1
0
Fork 0

fixed sometimes the UI not showing up when typing special characters, while it is initially hidden

This commit is contained in:
sspanak 2023-08-15 11:16:21 +03:00 committed by Dimo Karaivanov
parent 936c7d3479
commit bd5385d17d

View file

@ -309,6 +309,7 @@ public class TraditionalT9 extends KeyPadHandler {
} }
cancelAutoAccept(); cancelAutoAccept();
forceShowWindowIfHidden();
// accept the previously typed word (if any) // accept the previously typed word (if any)
autoCorrectSpace(acceptIncompleteSuggestion(), false, -1); autoCorrectSpace(acceptIncompleteSuggestion(), false, -1);