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

Commit 9c5a6e2c authored by daqi's avatar daqi Committed by android-build-merger
Browse files

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

am: 7bd18423

Change-Id: Ie0127bd83b714c540bcf387a3fc74d01bd60eb13
parents 4007dd10 7bd18423
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;
            }
        }
    }