mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Prepare UX Rework:
- Fix Tab Bar display - Adjust (+) icon display
This commit is contained in:
@@ -36,9 +36,6 @@
|
||||
// Associated matrix sessions (empty by default).
|
||||
@property (nonatomic, readonly) NSArray *mxSessions;
|
||||
|
||||
// Current selected room id. nil if no room is presently visible.
|
||||
@property (strong, nonatomic) NSString *visibleRoomId;
|
||||
|
||||
// Add a matrix session. This session is propagated to all view controllers handled by the tab bar controller.
|
||||
- (void)addMatrixSession:(MXSession*)mxSession;
|
||||
// Remove a matrix session.
|
||||
@@ -82,6 +79,11 @@
|
||||
*/
|
||||
- (void)closeSelectedRoom;
|
||||
|
||||
/**
|
||||
Dismiss the unified search screen (if any).
|
||||
*/
|
||||
- (void)dismissUnifiedSearch:(BOOL)animated completion:(void (^)(void))completion;
|
||||
|
||||
//- (void)showRoomCreationForm;
|
||||
//- (void)showRoom:(NSString*)roomId withMatrixSession:(MXSession*)mxSession;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user