Increase grow/shrink animation speed in new composer

This commit is contained in:
Gil Eluard
2021-04-07 21:01:07 +02:00
parent f36cf591c1
commit 902b468dff
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -286,7 +286,7 @@ NSNotificationName const RoomCallTileTappedNotification = @"RoomCallTileTappedNo
{
[super finalizeInit];
self.resizeComposerAnimationDuration = 0.15;
self.resizeComposerAnimationDuration = 0.05;
// Setup `MXKViewControllerHandling` properties
self.enableBarTintColorStatusChange = NO;