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

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

Merge "Use IMM#invalidateInput() in EditText#setText() (2nd try)"

parents dbf7f48c 2b4a008f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1849,7 +1849,7 @@ public class Editor {
        if (mHasPendingRestartInputForSetText) {
            final InputMethodManager imm = getInputMethodManager();
            if (imm != null) {
                imm.restartInput(mTextView);
                imm.invalidateInput(mTextView);
            }
            mHasPendingRestartInputForSetText = false;
        }