mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-28 20:26:57 +02:00
Remove the TabBarController
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
self.navigationItem.rightBarButtonItem.enabled = NO;
|
||||
|
||||
// Add each matrix session, to update the view controller appearance according to mx sessions state
|
||||
NSArray *sessions = [AppDelegate theDelegate].masterTabBarController.mxSessions;
|
||||
NSArray *sessions = [AppDelegate theDelegate].mxSessions;
|
||||
for (MXSession *mxSession in sessions)
|
||||
{
|
||||
[self addMatrixSession:mxSession];
|
||||
|
||||
Reference in New Issue
Block a user