mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Handle at AppDelegate level the new opened matrix sessions.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <MatrixSDK/MatrixSDK.h>
|
||||
|
||||
#define TABBAR_HOME_INDEX 0
|
||||
#define TABBAR_RECENTS_INDEX 1
|
||||
#define TABBAR_CONTACTS_INDEX 2
|
||||
@@ -36,5 +38,11 @@
|
||||
|
||||
@property (strong, nonatomic) NSString *visibleRoomId; // nil if no room is presently visible
|
||||
|
||||
/**
|
||||
Associated matrix session (nil by default).
|
||||
This property is propagated to all view controllers handled by the tab bar controller.
|
||||
*/
|
||||
@property (nonatomic) MXSession *mxSession;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user