CRamsan / CoreProject

This is a project that aims to provide a scalable architecture for mobile development.
https://cramsan.com/
1 stars 0 forks source link

Fix java.lang.IllegalArgumentException: Navigation action/destination com.cesarandres.ps2link.debug:id/action_fragmentProfileList_to_fragmentProfile cannot be found from the current destination Destination(com.cesarandres.ps2link.debug:id/fragmentProfilePager) label=FragmentProfilePager class=com.cesarandres.ps2link.fragments.profilepager.FragmentProfilePager in androidx.navigation.NavController.navigate (NavController.java:940) #209

Closed CRamsan closed 3 years ago

CRamsan commented 3 years ago

Version 5.4.0-debug(1)

Stacktrace

androidx.navigation.NavController.navigate (NavController.java:940);

androidx.navigation.NavController.navigate (NavController.java:877);

androidx.navigation.NavController.navigate (NavController.java:863);

androidx.navigation.NavController.navigate (NavController.java:1152);

androidx.lifecycle.LiveData.considerNotify (LiveData.java:133);

androidx.lifecycle.LiveData.dispatchingValue (LiveData.java:151);

androidx.lifecycle.LiveData.setValue (LiveData.java:309);

androidx.lifecycle.MutableLiveData.setValue (MutableLiveData.java:50);

androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent (WindowCallbackWrapper.java:69);

androidx.appcompat.view.WindowCallbackWrapper.dispatchTouchEvent (WindowCallbackWrapper.java:69);

Reason

java.lang.IllegalArgumentException: Navigation action/destination com.cesarandres.ps2link.debug:id/action_fragmentProfileList_to_fragmentProfile cannot be found from the current destination Destination(com.cesarandres.ps2link.debug:id/fragmentProfilePager) label=FragmentProfilePager class=com.cesarandres.ps2link.fragments.profilepager.FragmentProfilePager

Link to App Center