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

Commit ef4dda2d authored by daqi's avatar daqi Committed by android-build-merger
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
am: 205f5bd2

Change-Id: I69f543dc6be8383b289e61aabb5de4bd1f8f09c1
parents fa30852d 205f5bd2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1348,6 +1348,10 @@ public final class InputMethodManager {
                    mServedView.getWindowToken() == appWindowToken) {
                finishInputLocked();
            }
            if (mCurRootView != null &&
                    mCurRootView.getWindowToken() == appWindowToken) {
                mCurRootView = null;
            }
        }
    }