Fix for images sometimes being sent unencrypted inside an encrypted room.

This commit is contained in:
Doug
2022-02-11 18:16:13 +00:00
parent 7d575b541a
commit 21e21cccc3
5 changed files with 24 additions and 0 deletions

View File

@@ -429,6 +429,7 @@ static const NSTimeInterval kActionMenuComposerHeightAnimationDuration = .3;
if (_actionMenuOpened) {
self.actionsBar.hidden = NO;
[self.actionsBar animateWithShowIn:_actionMenuOpened completion:nil];
[self.delegate roomInputToolbarViewDidOpenActionMenu:self];
}
else
{