Fixes #4976 - Replaced HPGrowingTextView with GrowingTextView. Reduced inheritance chain.

This commit is contained in:
Stefan Ceriu
2021-10-11 10:33:17 +03:00
committed by Stefan Ceriu
parent 70438a93cf
commit 712434ea0f
8 changed files with 103 additions and 83 deletions

View File

@@ -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.