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

Commit 205f5bd2 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Set InputMethoMananger#mCurRootView to null when window...

Merge "Merge "Set InputMethoMananger#mCurRootView to null when window dismissed" am: 7bd18423 am: 9c5a6e2c" into pi-dev-plus-aosp
parents 5529a99f 4d5ba15e
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1421,6 +1421,10 @@ public final class InputMethodManager {
                    mServedView.getWindowToken() == appWindowToken) {
                    mServedView.getWindowToken() == appWindowToken) {
                finishInputLocked();
                finishInputLocked();
            }
            }
            if (mCurRootView != null &&
                    mCurRootView.getWindowToken() == appWindowToken) {
                mCurRootView = null;
            }
        }
        }
    }
    }