mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-18 15:15:21 +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));
|
||||
break;
|
||||
case KeyCode.IME_HIDE_UI:
|
||||
mLatinIME.hideWindow();
|
||||
mLatinIME.requestHideSelf(0);
|
||||
break;
|
||||
case KeyCode.VOICE_INPUT:
|
||||
// switching to shortcut IME, shift state, keyboard,... is handled by LatinIME,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue