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
Logcat: Process: dev.shreyaspatil.noty.simpleapp, PID: 14678 java.lang.IllegalArgumentException: Navigation action/destination dev.shreyaspatil.noty.simpleapp:id/action_notesFragment_to_loginFragment cannot be found from the current destination Destination(dev.shreyaspatil.noty.simpleapp:id/loginFragment) label=fragment_login class=dev.shreyaspatil.noty.simpleapp.view.login.LoginFragment at androidx.navigation.NavController.navigate(NavController.java:940)
Fix: To check current destination before navigating.
I can contribute to this issue as well if @PatilShreyas assigns me 😅.
The text was updated successfully, but these errors were encountered:
Logcat and fix for this issue attached:
Logcat:
Process: dev.shreyaspatil.noty.simpleapp, PID: 14678 java.lang.IllegalArgumentException: Navigation action/destination dev.shreyaspatil.noty.simpleapp:id/action_notesFragment_to_loginFragment cannot be found from the current destination Destination(dev.shreyaspatil.noty.simpleapp:id/loginFragment) label=fragment_login class=dev.shreyaspatil.noty.simpleapp.view.login.LoginFragment at androidx.navigation.NavController.navigate(NavController.java:940)
Fix: To check current destination before navigating.
I can contribute to this issue as well if @PatilShreyas assigns me 😅.
The text was updated successfully, but these errors were encountered: