Revert "Turn off predictive back gesture to fix hardware back button not working in android 13 or higher"
Some checks failed
eden-build / source (pull_request) Has been skipped
eden-build / linux (pull_request) Successful in 25m18s
eden-build / android (pull_request) Failing after 8m10s
eden-license / license-header (pull_request_target) Failing after 21s
eden-build / windows (msvc) (pull_request) Successful in 55m16s

This reverts commit 0865b01053.
This commit is contained in:
swurl 2025-05-10 21:24:58 -04:00
parent 0184a5f772
commit 1f6d012da7
Signed by: crueter
GPG key ID: A5A7629F109C8FD1

View file

@ -29,7 +29,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:banner="@drawable/tv_banner"
android:fullBackupContent="@xml/data_extraction_rules"
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
android:enableOnBackInvokedCallback="false">
android:enableOnBackInvokedCallback="true">
<meta-data android:name="android.game_mode_config"
android:resource="@xml/game_mode_config" />