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

Commit 060efb6d authored by satok's avatar satok
Browse files

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

Change-Id: If3f89b3e9774c566a1bb2119b161c42b715e6709
parent 58e01050
Loading
Loading
Loading
Loading
+14 −19
Original line number Diff line number Diff line
@@ -1459,9 +1459,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.");
        }
@@ -1478,8 +1475,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        updateInputViewShown();
        mHandler.postUpdateSuggestions();
    }
        });
    }

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