Display user suggestion list in fullscreen mode with shared context from UserSuggestionCoordinator

This commit is contained in:
aringenbach
2023-03-22 15:49:42 +01:00
parent 845be40694
commit 3b9530c065
10 changed files with 148 additions and 36 deletions

View File

@@ -22,6 +22,7 @@
@class RoomInputToolbarView;
@class LinkActionWrapper;
@class SuggestionPatternWrapper;
@class UserSuggestionSharedContext;
/**
Destination of the message in the composer
@@ -83,6 +84,8 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
- (void)didDetectTextPattern: (SuggestionPatternWrapper *)suggestionPattern;
- (UserSuggestionSharedContext *)userSuggestionContext;
@end
/**