mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Always use preferred font for body
This commit is contained in:
@@ -101,7 +101,7 @@ class WysiwygInputToolbarView: MXKRoomInputToolbarView, NibLoadable, HtmlRoomInp
|
||||
}
|
||||
|
||||
override var textDefaultFont: UIFont {
|
||||
return self.wysiwygViewModel.textView.font ?? UIFont.preferredFont(forTextStyle: .body)
|
||||
return UIFont.preferredFont(forTextStyle: .body)
|
||||
}
|
||||
|
||||
var isMaximised: Bool {
|
||||
|
||||
Reference in New Issue
Block a user