Merge "IME: make WindowInsetsController.show(ime()) more robust" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4f7274abe3
@@ -2154,6 +2154,7 @@ public final class InputMethodManager {
|
||||
* @hide
|
||||
*/
|
||||
public boolean requestImeShow(IBinder windowToken) {
|
||||
checkFocus();
|
||||
synchronized (mH) {
|
||||
final View servedView = getServedViewLocked();
|
||||
if (servedView == null || servedView.getWindowToken() != windowToken) {
|
||||
|
||||
Reference in New Issue
Block a user