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

NavigationController backgroundColor resets on tab change #1193

Closed
angelix opened this issue Dec 2, 2018 · 1 comment
Closed

NavigationController backgroundColor resets on tab change #1193

angelix opened this issue Dec 2, 2018 · 1 comment

Comments

@angelix
Copy link

angelix commented Dec 2, 2018

On Development branch, when setting the backgroundColor of the NavigationBar::NavigationController and inside the TabsController we change the tab, the backgroundColor of the bar resets to the default blue color.

@OrkhanAlikhanov
Copy link
Contributor

This is because of theming #1115. You can disable theming at all by Theme.isEnabled = false or disable it for specific instance navigationBar.isThemingEnabled = false or all instances NavigationBar.isThemingEnabled = false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants