mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 04:36:58 +02:00
Remove the TabBarController
This commit is contained in:
@@ -80,6 +80,14 @@
|
||||
// Refresh table to remove this account
|
||||
[self.tableView reloadData];
|
||||
}];
|
||||
|
||||
// Add each matrix session, to update the view controller appearance according to mx sessions state
|
||||
// FIXME GFO We should observe added/removed matrix sessions during view controller use.
|
||||
NSArray *sessions = [AppDelegate theDelegate].mxSessions;
|
||||
for (MXSession *mxSession in sessions)
|
||||
{
|
||||
[self addMatrixSession:mxSession];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
|
||||
Reference in New Issue
Block a user