nowinandroid
nowinandroid copied to clipboard
[FR]: Support predictive back navigation
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the problem
Support Android 13 predictive back navigation
Describe the solution
Opt-in to predictive back navigation as specified here: https://developer.android.com/about/versions/13/features/predictive-back-gesture
Additional context
We are using the AndroidX APIs (via navigation-compose/BackHandler), so this should require no additional work except for enabling the feature.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Blocked by #207