Clear suggestion strip when the suggestion starts

bug: 3488704
bug: 3480132

Change-Id: Ie895d2ad1b58dc65fe16d65baa6fccafd4a142bb
main
Ken Wakasa 2011-03-02 15:56:17 +09:00
parent db241a1038
commit 7e99a28dfc
2 changed files with 2 additions and 1 deletions

View File

@ -1290,6 +1290,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mComposing.setLength(0);
saveWordInHistory(mBestWord);
mWord.reset();
clearSuggestions();
}
}
KeyboardSwitcher switcher = mKeyboardSwitcher;

View File

@ -297,7 +297,7 @@ public class Suggest implements Dictionary.WordCallback {
}
if (normalizedScore >= mAutoCorrectionThreshold) {
if (DBG) {
Log.d(TAG, "Auto corrected by S-threthhold.");
Log.d(TAG, "Auto corrected by S-threshold.");
}
mHasAutoCorrection = true;
}