Open rayyanmm opened 1 month ago
its such a minor enhancement and this should be labeled low priority.
in AndroidManifest.xml, in the tag, set the android:enableOnBackInvokedCallback flag to true.
<application ... android:enableOnBackInvokedCallback="true" ... > ... </application>
link to android developer page explaining this feature: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
That's already set to true, but the app would need a lot of additional modifications to properly support predictive back gestures.
Describe your suggested feature
its such a minor enhancement and this should be labeled low priority.
in AndroidManifest.xml, in the tag, set the android:enableOnBackInvokedCallback flag to true.
Other details
link to android developer page explaining this feature: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
Acknowledgements