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

This reverts commit 3491e0d7aa2782c3e8379c1b40644af5492e8f83.
This commit is contained in:
Doug
2022-02-11 18:17:39 +00:00
parent 21e21cccc3
commit e1db1620ee
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
{