fixed sometimes the UI not showing up when typing special characters, while it is initially hidden
This commit is contained in:
parent
936c7d3479
commit
bd5385d17d
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue