Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update targets and fix issue with contexts #29

Closed
wants to merge 2 commits into from

Conversation

ndorigatti
Copy link

Hello,
I was using the library and found out that on some devices (in particular with Android 5-5.1.1 there are some issues reading the context.

The OnBoardingEngine is using the ApplicationContext instead of the ActivityContext in which it is added. This issue is subdule to find and see. You have it if, for example have a main theme which is Dark, and the activity holding the onboarding is a Light theme. If you have so, the texts in the carousel is white, even if in a light theme!
This pull request (in particular the commit
cd500e6 that uses the ActivityContext instead.

…Activity holding onboarding is light (or vice versa).

Also removed hardcoding title and text in layout.
@golovin47 golovin47 closed this Feb 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants