mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 02:22:44 +02:00
Add support for Apple context menus in matrix items list screens (#5963)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
@class RootTabEmptyView;
|
||||
@class AnalyticsScreenTracker;
|
||||
@class UserIndicatorStore;
|
||||
@class RecentCellContextMenuProvider;
|
||||
|
||||
/**
|
||||
Notification to be posted when recents data is ready. Notification object will be the RecentsViewController instance.
|
||||
@@ -103,6 +104,8 @@ FOUNDATION_EXPORT NSString *const RecentsViewControllerDataReadyNotification;
|
||||
*/
|
||||
@property (nonatomic, strong) UserIndicatorStore *userIndicatorStore;
|
||||
|
||||
@property (nonatomic, readonly) RecentCellContextMenuProvider *contextMenuProvider;
|
||||
|
||||
/**
|
||||
Return the sticky header for the specified section of the table view
|
||||
|
||||
@@ -198,6 +201,11 @@ Enable/disable the notifications for the selected room.
|
||||
*/
|
||||
- (void)openPublicRoom:(MXPublicRoom *)publicRoom;
|
||||
|
||||
/**
|
||||
Show a room using its roomID
|
||||
*/
|
||||
- (void)showRoomWithRoomId:(NSString*)roomId inMatrixSession:(MXSession*)matrixSession;
|
||||
|
||||
#pragma mark - Scrolling
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user