Merge "Set InputMethoMananger#mCurRootView to null when window dismissed"
This commit is contained in:
@@ -1421,6 +1421,10 @@ public final class InputMethodManager {
|
||||
mServedView.getWindowToken() == appWindowToken) {
|
||||
finishInputLocked();
|
||||
}
|
||||
if (mCurRootView != null &&
|
||||
mCurRootView.getWindowToken() == appWindowToken) {
|
||||
mCurRootView = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user