mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 17:42:45 +02:00
Reskin: Use the new [RiotDesignValues applyStyleOnNavigationBar:] method everywhere
Note that we do not change anymore the bar tint color when changing tabs. This is alwasy the same.
This commit is contained in:
@@ -114,6 +114,8 @@
|
||||
|
||||
- (void)userInterfaceThemeDidChange
|
||||
{
|
||||
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
|
||||
self.tabBar.tintColor = kRiotColorGreen;
|
||||
self.tabBar.barTintColor = kRiotSecondaryBgColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user