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

This reverts commit 0dcf310d243640777b6912ba19fd4e5ddcd6f842.
This commit is contained in:
Doug
2022-02-11 18:17:39 +00:00
parent 2bbf0df9ee
commit 9f94941d63
5 changed files with 0 additions and 24 deletions

View File

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