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

Commit 1f9ee626 authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Revert "Use IMM#invalidateInput() in EditText#setText()"

This reverts commit 01732bb3 [1].

Reason for revert: Caused regression in Chrome Omnibox

 [1]: I8d2e0be22454b106ded15c78c876b55dc6e60a13

Bug: 203086369
Fix: 208941904
Test: presubmit
Change-Id: I5915f6bad63d8e978cb98a79076b9c57089422f8
parent 01732bb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1848,7 +1848,7 @@ public class Editor {
        if (mHasPendingRestartInputForSetText) {
            final InputMethodManager imm = getInputMethodManager();
            if (imm != null) {
                imm.invalidateInput(mTextView);
                imm.restartInput(mTextView);
            }
            mHasPendingRestartInputForSetText = false;
        }