mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-18 21:57:39 +00:00
Merge pull request #453 from keymanapp/ios-fix-build
Use the correct delegate variable name
This commit is contained in:
commit
0485e99b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ open class InputViewController: UIInputViewController, KeymanWebDelegate {
|
|||
//TODO: find out why this is actually happening
|
||||
if let containerView = self.containerView {
|
||||
if containerView.subviews.isEmpty {
|
||||
Manager.shared.inputDelegate = self
|
||||
Manager.shared.keymanWebDelegate = self
|
||||
containerView.addSubview(kmInputView)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue