Skip to content

Commit

Permalink
Merge pull request #1604 from nextcloud/disable-slktextview-dynamic-type
Browse files Browse the repository at this point in the history
Disable SLKTextView dynamicType
  • Loading branch information
SystemKeeper authored Mar 28, 2024
2 parents eaea69b + dca77b5 commit 201b506
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 201b506

Please sign in to comment.