VysotskiVadim/jetpack-navigation-example

Request: show Google why safe-navigation is sadly needed, so that they will remove the need of it

Opened this issue · 0 comments

I've noticed many asked about how to handle IllegalArgumentException as it happens when it shouldn't:
https://stackoverflow.com/q/51060762/878126
And reached here too:
https://vadzimv.dev/2021/07/26/android-jetpack-navigation-navigate-safe.html

Somehow I couldn't reproduce the issue, but users have (I saw on Crashlytics). I think it occurs when 2 things trigger navigation in a very short time, yet in the same Fragment.

It seems you know when this happens and you might be able to reproduce it.

Please, prepare a sample project that shows it, and offer it to Google here:
https://issuetracker.google.com/issues/273600320