diff --git a/Riot/Modules/TabBar/MasterTabBarController.m b/Riot/Modules/TabBar/MasterTabBarController.m index 501ece829..2ee405d94 100644 --- a/Riot/Modules/TabBar/MasterTabBarController.m +++ b/Riot/Modules/TabBar/MasterTabBarController.m @@ -34,7 +34,7 @@ @interface MasterTabBarController () { // Array of `MXSession` instances. - NSMutableArray *mxSessionArray; + NSMutableArray *mxSessionArray; // Tell whether the authentication screen is preparing. BOOL isAuthViewControllerPreparing; @@ -284,7 +284,7 @@ #pragma mark - -- (NSArray*)mxSessions +- (NSArray*)mxSessions { return [NSArray arrayWithArray:mxSessionArray]; } @@ -339,7 +339,7 @@ [self.groupsViewController displayList:groupsDataSource]; // Check whether there are others sessions - NSArray* mxSessions = self.mxSessions; + NSArray* mxSessions = self.mxSessions; if (mxSessions.count > 1) { for (MXSession *mxSession in mxSessions)