Merge "Simplification & UI improvement (A59)"

main
Jean Chalard 2012-07-06 00:08:12 -07:00 committed by Android (Google) Code Review
commit 9d95a107a5
1 changed files with 2 additions and 6 deletions

View File

@ -1863,12 +1863,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
Utils.Stats.onSeparator((char)Keyboard.CODE_SPACE, WordComposer.NOT_A_COORDINATE,
WordComposer.NOT_A_COORDINATE);
if (!showingAddToDictionaryHint) {
// If we're not showing the "Touch again to save", then show corrections again.
// In case the cursor position doesn't change, make sure we show the suggestions again.
updateSuggestionsOrPredictions(true /* isPredictions */);
// Updating the predictions right away may be slow and feel unresponsive on slower
// terminals. On the other hand if we just postUpdateBigramPredictions() it will
// take a noticeable delay to update them which may feel uneasy.
// If we're not showing the "Touch again to save", then show predictions.
mHandler.postUpdateBigramPredictions();
} else {
if (mIsUserDictionaryAvailable) {
mSuggestionsView.showAddToDictionaryHint(