mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Don't override application-specified completions"
This commit is contained in:
commit
ffb086c18d
@ -1001,6 +1001,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) {
|
||||
return;
|
||||
}
|
||||
// If we have an update request in flight, we need to cancel it so it does not override
|
||||
// these completions.
|
||||
mHandler.cancelUpdateSuggestionStrip();
|
||||
if (applicationSpecifiedCompletions == null) {
|
||||
setNeutralSuggestionStrip();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user