Update tint color for favourites and people tabs.

This commit is contained in:
SBiOSoftWhare
2020-07-10 15:37:19 +02:00
parent 69ddb9d8f8
commit b375905e5d
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -29,6 +29,8 @@
#import "ContactTableViewCell.h"
#import "Riot-Swift.h"
@interface PeopleViewController ()
{
NSInteger directRoomsSectionNumber;
@@ -114,7 +116,7 @@
[[MXKContactManager sharedManager] refreshLocalContacts];
[AppDelegate theDelegate].masterTabBarController.navigationItem.title = NSLocalizedStringFromTable(@"title_people", @"Vector", nil);
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = ThemeService.shared.riotColorOrange;
[AppDelegate theDelegate].masterTabBarController.tabBar.tintColor = ThemeService.shared.theme.tintColor;
if (recentsDataSource)
{