Merge "Don't allow cancelling manual pick."

main
Jean Chalard 2012-04-20 00:11:20 -07:00 committed by Android (Google) Code Review
commit e42ec2a6ac
1 changed files with 2 additions and 0 deletions

View File

@ -1848,6 +1848,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mExpectingUpdateSelection = true;
commitChosenWord(suggestion, LastComposedWord.COMMIT_TYPE_MANUAL_PICK,
LastComposedWord.NOT_A_SEPARATOR);
// Don't allow cancellation of manual pick
mLastComposedWord.deactivate();
// Add the word to the user history dictionary
addToUserHistoryDictionary(suggestion);
mSpaceState = SPACE_STATE_PHANTOM;