You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MaterialDrawer should have the same or a similar predictive back animation as com.google.android.material.navigation.NavigationView has. I attached a video so you can see what I mean:
Since Android 15, predictive back is no longer optional, and users expect the app to do something when they start the back gesture, but unfortunately the MaterialDrawer just stays in place.
About this issue
MaterialDrawer
should have the same or a similar predictive back animation ascom.google.android.material.navigation.NavigationView
has. I attached a video so you can see what I mean:Screen_recording_20250106_083236.mp4
More information on predictive back: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture
Since Android 15, predictive back is no longer optional, and users expect the app to do something when they start the back gesture, but unfortunately the
MaterialDrawer
just stays in place.Checklist
The text was updated successfully, but these errors were encountered: