Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7e99a28d authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Clear suggestion strip when the suggestion starts

bug: 3488704
bug: 3480132

Change-Id: Ie895d2ad1b58dc65fe16d65baa6fccafd4a142bb
parent db241a10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1290,6 +1290,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
                mComposing.setLength(0);
                saveWordInHistory(mBestWord);
                mWord.reset();
                clearSuggestions();
            }
        }
        KeyboardSwitcher switcher = mKeyboardSwitcher;
+1 −1
Original line number Diff line number Diff line
@@ -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;
                }