Merge "Merge "Set InputMethoMananger#mCurRootView to null when window dismissed" am: 7bd18423f6 am: 9c5a6e2c6c" into pi-dev-plus-aosp

This commit is contained in:
Android Build Merger (Role)
2018-09-20 02:35:47 +00:00
committed by Android (Google) Code Review

View File

@@ -1421,6 +1421,10 @@ public final class InputMethodManager {
mServedView.getWindowToken() == appWindowToken) {
finishInputLocked();
}
if (mCurRootView != null &&
mCurRootView.getWindowToken() == appWindowToken) {
mCurRootView = null;
}
}
}