mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
TabBarCoordinator: Add sanity checks before adding or removing Matrix session from MasterTabBarController.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
@property (weak, nonatomic) id<MasterTabBarControllerDelegate> masterTabBarDelegate;
|
||||
|
||||
// Associated matrix sessions (empty by default).
|
||||
@property (nonatomic, readonly) NSArray *mxSessions;
|
||||
@property (nonatomic, readonly) NSArray<MXSession*> *mxSessions;
|
||||
|
||||
// Add a matrix session. This session is propagated to all view controllers handled by the tab bar controller.
|
||||
- (void)addMatrixSession:(MXSession*)mxSession;
|
||||
|
||||
Reference in New Issue
Block a user