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

This commit is contained in:
Doug
2022-02-11 18:23:15 +00:00
committed by Stefan Ceriu
parent c00582e9b8
commit 37a0c72169
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
{