Composer Update - Typing and sending a message

- Change send button icon according to the send mode
- Changed the background of the input view
This commit is contained in:
Gil Eluard
2021-03-23 17:15:31 +01:00
parent 32923331c3
commit f9e87b6a13
9 changed files with 63 additions and 18 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ extern NSNotificationName const RoomCallTileTappedNotification;
@property (weak, nonatomic) IBOutlet UILabel *jumpToLastUnreadLabel;
@property (weak, nonatomic) IBOutlet UIButton *resetReadMarkerButton;
@property (weak, nonatomic) IBOutlet UIView *jumpToLastUnreadBannerSeparatorView;
@property (weak, nonatomic) IBOutlet UIVisualEffectView *inputBackgroundView;
@property (weak, nonatomic) IBOutlet UIView *inputBackgroundView;
@property (weak, nonatomic) IBOutlet UIButton *scrollToBottomButton;
@property (weak, nonatomic) IBOutlet BadgeLabel *scrollToBottomBadgeLabel;