todo reminder

This commit is contained in:
Mauro Romito
2022-10-11 13:06:28 +02:00
parent 1511254049
commit 49e597512d
+1
View File
@@ -4615,6 +4615,7 @@ static CGSize kThreadListBarButtonItemImageSize;
MXEvent *event = [self.roomDataSource eventWithEventId:eventId];
if ([self inputToolbarConformsToHtmlToolbarViewProtocol]) {
// TODO: reimplemented the following line when the cancel UI button is implemented in the WYSIWYG toolbar
self.textMessageBeforeEditing = self.inputToolbarView.attributedTextMessage;
MXKRoomInputToolbarView <HtmlRoomInputToolbarViewProtocol> *htmlInputToolBarView = (MXKRoomInputToolbarView <HtmlRoomInputToolbarViewProtocol> *) self.inputToolbarView;