Skip to content

Commit

Permalink
Disable SLKTextView dynamicType.
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Sein <[email protected]>
  • Loading branch information
Ivansss committed Mar 28, 2024
1 parent eaea69b commit dca77b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NextcloudTalk/InputbarViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ import UIKit
self.textInputbar.autoHideRightButton = false
self.textInputbar.counterStyle = .limitExceeded
self.textInputbar.counterPosition = .top
self.textInputbar.textView.isDynamicTypeEnabled = false
self.textInputbar.textView.font = .preferredFont(forTextStyle: .body)

let talkCapabilities = NCDatabaseManager.sharedInstance().roomTalkCapabilities(for: room)
Expand Down

0 comments on commit dca77b5

Please sign in to comment.