mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Disable partial text message on threads
This commit is contained in:
@@ -39,6 +39,12 @@ class ThreadViewController: RoomViewController {
|
||||
return UINib(nibName: String(describing: RoomViewController.self), bundle: .main)
|
||||
}
|
||||
|
||||
override func finalizeInit() {
|
||||
super.finalizeInit()
|
||||
|
||||
self.saveProgressTextInput = false
|
||||
}
|
||||
|
||||
override func viewDidAppear(_ animated: Bool) {
|
||||
super.viewDidAppear(animated)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user