You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: