am ffb086c1: Merge "Don\'t override application-specified completions"
* commit 'ffb086c18df1f1a03be5cc9860de224d94138c50': Don't override application-specified completionsmain
commit
c60b6f21b9
|
@ -1001,6 +1001,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) {
|
if (!mSettings.getCurrent().isApplicationSpecifiedCompletionsOn()) {
|
||||||
return;
|
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) {
|
if (applicationSpecifiedCompletions == null) {
|
||||||
setNeutralSuggestionStrip();
|
setNeutralSuggestionStrip();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue