Skip to content
Snippets Groups Projects
Commit 29a1fc0f authored by Jean Chalard's avatar Jean Chalard
Browse files

Don't allow cancelling manual pick.

Bug: 6347202
Change-Id: I30b53256e83c534436b0f0ff594fd4aaabf4558c
parent cf41aff2
No related branches found
No related tags found
No related merge requests found
...@@ -1848,6 +1848,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen ...@@ -1848,6 +1848,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mExpectingUpdateSelection = true; mExpectingUpdateSelection = true;
commitChosenWord(suggestion, LastComposedWord.COMMIT_TYPE_MANUAL_PICK, commitChosenWord(suggestion, LastComposedWord.COMMIT_TYPE_MANUAL_PICK,
LastComposedWord.NOT_A_SEPARATOR); LastComposedWord.NOT_A_SEPARATOR);
// Don't allow cancellation of manual pick
mLastComposedWord.deactivate();
// Add the word to the user history dictionary // Add the word to the user history dictionary
addToUserHistoryDictionary(suggestion); addToUserHistoryDictionary(suggestion);
mSpaceState = SPACE_STATE_PHANTOM; mSpaceState = SPACE_STATE_PHANTOM;
......
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