Use textDefaultFont in all variants of the InputToolbarView

This commit is contained in:
aringenbach
2023-03-08 17:30:50 +01:00
parent 3db15471ee
commit 0379c977af
5 changed files with 19 additions and 6 deletions
@@ -382,6 +382,8 @@ typedef enum : NSUInteger
*/
@property (nonatomic) NSAttributedString *attributedTextMessage;
@property (nonatomic, readonly, nonnull) UIFont *textDefaultFont;
- (void)dismissValidationView:(MXKImageView*)validationView;
@end