mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Fix fonts and edition on replies
This commit is contained in:
@@ -24,12 +24,12 @@
|
||||
/**
|
||||
Destination of the message in the composer
|
||||
*/
|
||||
typedef enum : NSUInteger
|
||||
typedef NS_ENUM(NSUInteger, RoomInputToolbarViewSendMode)
|
||||
{
|
||||
RoomInputToolbarViewSendModeSend,
|
||||
RoomInputToolbarViewSendModeReply,
|
||||
RoomInputToolbarViewSendModeEdit
|
||||
} RoomInputToolbarViewSendMode;
|
||||
};
|
||||
|
||||
|
||||
@protocol RoomInputToolbarViewDelegate <MXKRoomInputToolbarViewDelegate>
|
||||
@@ -116,7 +116,7 @@ typedef enum : NSUInteger
|
||||
*/
|
||||
@property (nonatomic) NSAttributedString *attributedTextMessage;
|
||||
|
||||
@property (nonatomic, readonly) UIFont *textDefaultFont;
|
||||
@property (nonatomic, readonly, nonnull) UIFont *textDefaultFont;
|
||||
|
||||
/**
|
||||
Adds a voice message toolbar view to be displayed inside this input toolbar
|
||||
|
||||
Reference in New Issue
Block a user