mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-19 07:30:53 +00:00
use different method for hiding keyboard
fixes GH-1719
This commit is contained in:
parent
2dc838798d
commit
9549389be7
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ public final class InputLogic {
|
||||||
mLatinIME.onTextInput(TimestampKt.getTimestamp(mLatinIME));
|
mLatinIME.onTextInput(TimestampKt.getTimestamp(mLatinIME));
|
||||||
break;
|
break;
|
||||||
case KeyCode.IME_HIDE_UI:
|
case KeyCode.IME_HIDE_UI:
|
||||||
mLatinIME.hideWindow();
|
mLatinIME.requestHideSelf(0);
|
||||||
break;
|
break;
|
||||||
case KeyCode.VOICE_INPUT:
|
case KeyCode.VOICE_INPUT:
|
||||||
// switching to shortcut IME, shift state, keyboard,... is handled by LatinIME,
|
// switching to shortcut IME, shift state, keyboard,... is handled by LatinIME,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue