If I'm using the compose navigation and have predi...
# compose-android
t
If I'm using the compose navigation and have predictive back gesture enabled, how can I get when the user pressed back or the back gesture is confirmed?
a
There's a new nav event library that Google published
It reports progress and confirmation
t
That sounds like the proper way to do it. Thanks Andrew!
🙌🏻 1
a
No prob!