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

Commit 290b4a8f authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Not to make a thread at changing view from keyboard to voice"

parents eebbe541 060efb6d
Loading
Loading
Loading
Loading
+14 −19
Original line number Diff line number Diff line
@@ -1473,9 +1473,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
    }

    public void switchToKeyboardView() {
        mHandler.post(new Runnable() {
            @Override
            public void run() {
        if (DEBUG) {
            Log.d(TAG, "Switch to keyboard view.");
        }
@@ -1492,8 +1489,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        updateInputViewShown();
        mHandler.postUpdateSuggestions();
    }
        });
    }

    public void clearSuggestions() {
        setSuggestions(SuggestedWords.EMPTY);