Disable predictive back gesture support because it breaks KEYCODE_BACK on InputDevices

Partially reverts b2e605838e
This commit is contained in:
Cameron Gutman
2022-06-18 16:19:02 -05:00
parent acaebea846
commit 7a65136d29

View File

@@ -45,7 +45,7 @@
android:installLocation="auto"
android:gwpAsanMode="always"
android:localeConfig="@xml/locales_config"
android:enableOnBackInvokedCallback="true"
android:enableOnBackInvokedCallback="false"
android:theme="@style/AppTheme">
<provider