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
MaterialDrawershould have the same or a similar predictive back animation ascom.google.android.material.navigation.NavigationViewhas. 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
MaterialDrawerjust stays in place.Checklist