Skip to content
Snippets Groups Projects
Commit c60b6f21 authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am ffb086c1: Merge "Don\'t override application-specified completions"

* commit 'ffb086c1':
  Don't override application-specified completions
parents eb85cdce ffb086c1
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment