Documentation on key part of last commit.

This commit is contained in:
Joshua A. Horton 2018-12-03 10:18:25 +07:00
parent 6a31f23930
commit ff8ea4f9ec

View file

@ -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
}