I'm facing some Android Jetpack Navigation Exceptions when navigating from one fragment to another with an action. I know what problem leads to such kind of exceptions. These do not occur in normal use. But there where some traced exceptions in Crashlytics. So it seems to be sometimes a problem. Maybe with the lifecycle or something.
My general question: Is there a way or best practice to check or deal with such kind of navigation exception?
It can't be a good solution to put every navigation statement in a try - catch block.