Synchronise composer and toolbar resizing animation duration

This commit is contained in:
aringenbach
2022-11-02 15:17:54 +01:00
committed by aringenbach
parent bf767b1362
commit 32f9d15635
5 changed files with 12 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ extern NSNotificationName const RoomCallTileTappedNotification;
Notification string used to indicate group call tile tapped in a room. Notification object will be the `RoomBubbleCellData` object.
*/
extern NSNotificationName const RoomGroupCallTileTappedNotification;
extern NSTimeInterval const kResizeComposerAnimationDuration;
@interface RoomViewController : MXKRoomViewController