commit | 8aefc71f84eaadff8aa034c7b1b9dcc08bcfb083 | [log] [tgz] |
---|---|---|
author | Felix Stern <fstern@google.com> | Tue Nov 26 11:25:28 2024 +0000 |
committer | Felix Stern <fstern@google.com> | Tue Nov 26 11:26:56 2024 +0000 |
tree | 23840fc045f1e24b307b6f0008882bd5b7c2ef6e | |
parent | 9c9fefecfb36695dc159601f8e31b6ba343f3132 [diff] |
Passing statsToken from InputMethodManager#hideSoftInputFromWindow In InputMethodManager#hideSoftInputFromWindow, we were creating a statsToken, but not passing it to InsetsController#hide. This was the reason for the statsToken to time out. Bug: 353463205 Change-Id: Ib11cf1c4372a98c945d64efabbf6622e98e69cd4 Flag: android.view.inputmethod.refactor_insets_controller Test: None, adding logs only