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

Commit 79cf666c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents b117df1d 1f9ee626
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;
        }