Fix mention pills display when coming back to a room with an unsent message

This commit is contained in:
aringenbach
2022-09-05 10:56:50 +02:00
parent dfd64c82f7
commit 6410b9292b
5 changed files with 4 additions and 18 deletions
+1 -1
View File
@@ -5669,7 +5669,7 @@ static CGSize kThreadListBarButtonItemImageSize;
if (self.saveProgressTextInput)
{
// Restore the potential message partially typed before jump to last unread messages.
self.inputToolbarView.textMessage = roomDataSource.partialTextMessage;
self.inputToolbarView.attributedTextMessage = roomDataSource.partialAttributedTextMessage;
}
};