implemented cancel, but I need to actually need to solve a problem where the previous text is not stored in case of cancel of the reply/edit

This commit is contained in:
Mauro Romito
2022-10-11 20:28:57 +02:00
parent 516ab24c37
commit 0e5607da2e
2 changed files with 8 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
@param toolbarView the room input toolbar view
*/
- (void)roomInputToolbarViewDidTapCancel:(RoomInputToolbarView*)toolbarView;
- (void)roomInputToolbarViewDidTapCancel:(MXKRoomInputToolbarView<RoomInputToolbarViewProtocol>*)toolbarView;
/**
Inform the delegate that the text message has changed.