Move composer send media selection to it's own coordinator and us e ioS 15 api for sheet

This commit is contained in:
David Langley
2022-10-08 10:46:05 +01:00
parent ae9e05f353
commit d54bcd5a97
13 changed files with 395 additions and 235 deletions
@@ -100,6 +100,12 @@ typedef enum : NSUInteger
@param rawText the raw message to send.
*/
- (void)roomInputToolbarView:(MXKRoomInputToolbarView *)toolbarView sendFormattedTextMessage:(NSString *)formattedTextMessage withRawText:(NSString *)rawText;
/**
Tells the delegate that the user wants to display the send media actions.
@param toolbarView the room input toolbar view.
*/
- (void)roomInputToolbarViewShowSendMediaActions:(MXKRoomInputToolbarView *)toolbarView;
/**
Tells the delegate that the user wants to send an image.