mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 18:57:42 +00:00
correct resizeKeyboard logging
This commit is contained in:
parent
246efb4f39
commit
751c853bb1
1 changed files with 1 additions and 1 deletions
|
|
@ -768,7 +768,7 @@ extension KeymanWebViewController {
|
|||
// the first time.
|
||||
setOskWidth(Int(kbSize.width))
|
||||
setOskHeight(Int(kbSize.height))
|
||||
os_log("KeymanWebViewController resizeKeyboard to kbSize %{public}d", log:KeymanEngineLogger.ui, type: .default, NSCoder.string(for:kbSize))
|
||||
os_log("KeymanWebViewController resizeKeyboard to kbSize %{public}s", log:KeymanEngineLogger.ui, type: .debug, NSCoder.string(for:kbSize))
|
||||
}
|
||||
|
||||
func resetKeyboardState() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue