reskin: Put back riot colors in the main tab bar icons

This commit is contained in:
manuroe
2019-01-10 15:12:24 +01:00
parent b4392623de
commit 5147648085
6 changed files with 12 additions and 1 deletions
+3
View File
@@ -22,6 +22,8 @@
#import "DirectoryServerPickerViewController.h"
#import "Riot-Swift.h"
@interface RoomsViewController ()
{
RecentsDataSource *recentsDataSource;
@@ -62,6 +64,7 @@
[super viewWillAppear:animated];
[AppDelegate theDelegate].masterTabBarController.navigationItem.title = NSLocalizedStringFromTable(@"title_rooms", @"Vector", nil);
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = RiotDesignValues.colorValues.accent;
if ([self.dataSource isKindOfClass:RecentsDataSource.class])
{