commit | c385181208c0562fdda18eb8a40c672c71b06d9c | [log] [tgz] |
---|---|---|
author | wilsonshih <wilsonshih@google.com> | Mon Aug 14 19:44:12 2023 +0800 |
committer | wilsonshih <wilsonshih@google.com> | Wed Aug 16 13:49:14 2023 +0800 |
tree | 9e9c3745fb3458c9687e36ae60ba739b875f74a7 | |
parent | 9815c0eb7bc7bf67f3432577261286323d502999 [diff] |
Do not register OnBackInvokedCallback for SoftInputWindow. By default Dialog#onStart will register onBackInvokedCallback, which should be necessary since InputMethodService will register CompatOnBackInvokedCallback for input method window. Bug: 294162707 Test: atest BackGestureInvokedTest Test: manual, launch Calendar then trigger back several times, verify the back gesture can close app normally. Change-Id: Icacfef60666fba1522f9d0f4ddc47e74a4560a32