Passing Ime statsToken from InputMethodManager to InsetsController
Calls from InputMethodManager are in general redirected to InsetsController. In case of InputMethodManager#hideSoftInputFromWindow and InputMethodManager.DelegateImpl#onWindowLostFocus, we didn't pass the statsToken. Thus, the request was only tracked from InsetsController. To have the right origin, we pass the statsToken now. Test: None, logs only Fix: 382006185 Flag: android.view.inputmethod.refactor_insets_controller Change-Id: I4197726ae3f4918d7fb52e2757721ddf5d2d105d
Loading
Please register or sign in to comment