mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-16 05:39:24 +00:00
Documentation on key part of last commit.
This commit is contained in:
parent
6a31f23930
commit
ff8ea4f9ec
1 changed files with 2 additions and 0 deletions
|
|
@ -172,6 +172,8 @@ open class InputViewController: UIInputViewController, KeymanWebDelegate {
|
|||
open override func viewWillDisappear(_ animated: Bool) {
|
||||
//Manager.shared.isSystemKeyboard = false
|
||||
super.viewWillDisappear(animated)
|
||||
// Necessary for existing infrastructure to resend info for the keyboard after reloading
|
||||
// as system keyboard.
|
||||
Manager.shared.shouldReloadKeyboard = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue