use different method for hiding keyboard

fixes GH-1719
This commit is contained in:
Helium314 2025-06-15 21:09:53 +02:00
parent 2dc838798d
commit 9549389be7

View file

@ -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,