mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Rename textDefaultFont to defaultFont and remove unnecessary definition in RoomInputToolbarView.h
This commit is contained in:
@@ -382,7 +382,10 @@ typedef enum : NSUInteger
|
||||
*/
|
||||
@property (nonatomic) NSAttributedString *attributedTextMessage;
|
||||
|
||||
@property (nonatomic, readonly, nonnull) UIFont *textDefaultFont;
|
||||
/**
|
||||
Default font for the message composer.
|
||||
*/
|
||||
@property (nonatomic, readonly, nonnull) UIFont *defaultFont;
|
||||
|
||||
- (void)dismissValidationView:(MXKImageView*)validationView;
|
||||
|
||||
|
||||
@@ -358,7 +358,7 @@
|
||||
self.textMessage = [NSString stringWithFormat:@"%@%@", self.textMessage, text];
|
||||
}
|
||||
|
||||
- (UIFont *)textDefaultFont
|
||||
- (UIFont *)defaultFont
|
||||
{
|
||||
return [UIFont systemFontOfSize:15.f];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user