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

Commit 4d5ba15e authored by daqi's avatar daqi Committed by android-build-merger
Browse files

Merge "Set InputMethoMananger#mCurRootView to null when window dismissed" am: 7bd18423

am: 9c5a6e2c

Change-Id: I6198c9d52c19e48f61bb4d488018c067d4b80108
parents 21013eeb 9c5a6e2c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1421,6 +1421,10 @@ public final class InputMethodManager {
                    mServedView.getWindowToken() == appWindowToken) {
                finishInputLocked();
            }
            if (mCurRootView != null &&
                    mCurRootView.getWindowToken() == appWindowToken) {
                mCurRootView = null;
            }
        }
    }