NavigationResult
NavigationResult copied to clipboard
startActivityForResult but for fragments! (Addon for Jetpack's Navigation component)
**Describe the bug:** **Steps to reproduce the behavior:** **Expected behavior:** **Library version that you are using:**
**Describe the bug:** The app randomly throws this errors, although the navigation path is properly defined `Navigation action/destination cannot be found from the current destination Destination label=XXXclass ` `Fragment Fragment{c7b8c3d}...
``` navigateUp(REQUEST_CODE, Bundle().apply { putBoolean("isLoginSuccessful", true) }) ```