mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Add kResizeComposerAnimationDuration constant description
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user