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
1 file changed