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

Commit af95d7ef authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Clear IME back callbacks when IME is killed" into main

parents b96bbe2a b561f0ac
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1153,6 +1153,9 @@ public final class InputMethodManager {
                    }
                    final boolean startInput;
                    synchronized (mH) {
                        if (reason == UnbindReason.DISCONNECT_IME) {
                            mImeDispatcher.clear();
                        }
                        if (getBindSequenceLocked() != sequence) {
                            return;
                        }