Commentary fixes

This commit is contained in:
merkost 2023-05-30 16:46:28 +10:00
parent c3c3ce09d2
commit f46bc3652d
1 changed files with 1 additions and 3 deletions

View File

@ -117,7 +117,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
} }
} }
// In other cases reset shift to OFF // in other cases reset shift to OFF
keyboard?.setShifted(ShiftState.OFF) keyboard?.setShifted(ShiftState.OFF)
keyboardView?.invalidateAllKeys() keyboardView?.invalidateAllKeys()
} }
@ -128,8 +128,6 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
return return
} }
// this.keyboardView.setEditorInfo(EditorInfo)
if (code != MyKeyboard.KEYCODE_SHIFT) { if (code != MyKeyboard.KEYCODE_SHIFT) {
lastShiftPressTS = 0 lastShiftPressTS = 0
} }