Android Navigation Component: Java.lang.IllegalStateException: Unknown Destination During Restore
I'm using Android's AAC Navigation Component and have implemented conditional navigation for my login flow as described in this post: Navigation Architecture Component - Login scre
Solution 1:
This bug was fixed in version 1.0.0-beta01 of the navigation component.
Solution 2:
Looks like this bug still existed even after 1.0.0-beta01
From the changelog, we can see it solved in 2.1.0-alpha04
Baca Juga
- Viewpager2 Inside A Fragment Leaks After Replacing The Fragment It's In By Navigation Component Navigate
- Android Navigation Component: Java.lang.illegalstateexception: Unknown Destination During Restore
- After Updating From Room 2.2.6 To 2.3.0 I Get An Error: "you Must Annotate Primary Keys With @nonnull."
Post a Comment for "Android Navigation Component: Java.lang.IllegalStateException: Unknown Destination During Restore"