Add kResizeComposerAnimationDuration constant description

This commit is contained in:
aringenbach
2022-11-02 15:21:59 +01:00
committed by aringenbach
parent 32f9d15635
commit 00302885bf
+3
View File
@@ -46,6 +46,9 @@ 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;
/**
Duration for the composer resize animation.
*/
extern NSTimeInterval const kResizeComposerAnimationDuration;
@interface RoomViewController : MXKRoomViewController