mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Fixes #4976 - Replaced HPGrowingTextView with GrowingTextView. Reduced inheritance chain.
This commit is contained in:
committed by
Stefan Ceriu
parent
a502eedfb4
commit
ac443d23e6
@@ -46,7 +46,7 @@ typedef enum : NSUInteger
|
||||
`RoomInputToolbarView` instance is a view used to handle all kinds of available inputs
|
||||
for a room (message composer, attachments selection...).
|
||||
*/
|
||||
@interface RoomInputToolbarView : MXKRoomInputToolbarViewWithHPGrowingText
|
||||
@interface RoomInputToolbarView : MXKRoomInputToolbarView
|
||||
|
||||
/**
|
||||
The delegate notified when inputs are ready.
|
||||
|
||||
Reference in New Issue
Block a user