Bug Fix - Unexpected red navigation bar.

The navigation bar became red when the app was offline on a room members screen.
This commit is contained in:
giomfo
2017-01-24 18:29:19 +01:00
parent e920d124b6
commit 3e392e8c2a
@@ -26,6 +26,8 @@
#import "ContactTableViewCell.h"
#import "RageShakeManager.h"
@interface RoomParticipantsViewController ()
{
// Search result
@@ -80,6 +82,11 @@
- (void)finalizeInit
{
[super finalizeInit];
// Setup `MXKViewControllerHandling` properties
self.defaultBarTintColor = kVectorNavBarTintColor;
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];
}
- (void)viewDidLoad