Merge "Merge "Set InputMethoMananger#mCurRootView to null when window dismissed" am: 7bd18423f6 am: 9c5a6e2c6c" into pi-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
205f5bd249
@@ -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