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 651cb15dd0
commit 2bbf0df9ee
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
{