Commentary fixes
This commit is contained in:
parent
c3c3ce09d2
commit
f46bc3652d
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue