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:
manuroe
2018-11-29 17:31:41 +01:00
parent cd6e258c3c
commit 47edf4dcbd
40 changed files with 94 additions and 167 deletions
@@ -265,8 +265,8 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
- (void)userInterfaceThemeDidChange
{
self.defaultBarTintColor = kRiotSecondaryBgColor;
self.barTitleColor = kRiotPrimaryTextColor;
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
self.activityIndicator.backgroundColor = kRiotOverlayColor;
// Check the table view style to select its bg color.