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
fix: suppress enableOnBackInvokedCallback API level warning (#42)
- Add tools:targetApi="33" to suppress lint warning for enableOnBackInvokedCallback
- Attribute is safely ignored on devices below API 33
- Ensures predictive back gesture support on Android 13+ devices
0 commit comments