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

Commit 2a529b85 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Clear previous suggestions when gesture typing starts"

parents d858b581 9ff7354d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1637,8 +1637,10 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        public void onStartBatchInput(final LatinIME latinIme) {
            synchronized (mLock) {
                mHandler.removeMessages(MSG_UPDATE_GESTURE_PREVIEW_AND_SUGGESTION_STRIP);
                mLatinIme = latinIme;
                mInBatchInput = true;
                mLatinIme = latinIme;
                mLatinIme.mHandler.showGesturePreviewAndSuggestionStrip(
                        SuggestedWords.EMPTY, false /* dismissGestureFloatingPreviewText */);
            }
        }