mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 18:12:44 +02:00
reskin: Delegate navigation and search bars styling to theme
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#import "RoomIdOrAliasTableViewCell.h"
|
||||
|
||||
#import "AppDelegate.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@interface RecentsViewController ()
|
||||
{
|
||||
@@ -158,7 +159,7 @@
|
||||
|
||||
- (void)userInterfaceThemeDidChange
|
||||
{
|
||||
[RiotDesignValues applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
[RiotDesignValues.theme applyStyleOnNavigationBar:self.navigationController.navigationBar];
|
||||
|
||||
self.activityIndicator.backgroundColor = kRiotOverlayColor;
|
||||
|
||||
@@ -167,8 +168,8 @@
|
||||
topview.backgroundColor = kRiotSecondaryBgColor;
|
||||
self.view.backgroundColor = kRiotPrimaryBgColor;
|
||||
|
||||
[RiotDesignValues applyStyleOnSearchBar:tableSearchBar];
|
||||
[RiotDesignValues applyStyleOnSearchBar:self.recentsSearchBar];
|
||||
[RiotDesignValues.theme applyStyleOnSearchBar:tableSearchBar];
|
||||
[RiotDesignValues.theme applyStyleOnSearchBar:self.recentsSearchBar];
|
||||
|
||||
if (self.recentsTableView.dataSource)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user