commit | 5bbab52e0062877e17579bec48031f06ded79963 | [log] [tgz] |
---|---|---|
author | Dan Sandler <dsandler@android.com> | Wed Jul 12 20:09:41 2023 -0400 |
committer | Dan Sandler <dsandler@android.com> | Thu Aug 17 09:54:37 2023 -0400 |
tree | f279aedc9b0d86f6973855e33c943bf2463a6ca1 | |
parent | bfb6be360270547806907499a1c63bf8b5c2b275 [diff] |
Fix back gesture / keycode for the PlatLogoActivity By overriding onKeyUp on the Activity itself, without calling super, I broke legacy back handling. Fortunately, there is now a better way to handle back! (Also fix the theme to avoid wallpaper showing through display cutout insets.) Test: adb shell input keyevent --longpress KEYCODE_BACK Test: swipe from edge Fixes: 289648693 Fixes: 290989795 Change-Id: I4fd4975421d204f06dbd8acda1a0d2a5a99f3465