YASAN
08/01/2021, 2:05 PMYASAN
08/01/2021, 2:05 PMoptions.folders.edit/{folderId}
and it used to work fine before these updates.YASAN
08/01/2021, 2:05 PMYASAN
08/01/2021, 2:05 PMjava.lang.IllegalArgumentException: No destination with route options.folders.edit/{folderId} is on the NavController's back stack. The current destination is Destination(0x78d845ec) route=home
allan.conda
08/01/2021, 2:42 PMallan.conda
08/01/2021, 2:45 PMallan.conda
08/01/2021, 2:46 PMallan.conda
08/01/2021, 2:47 PMYASAN
08/01/2021, 3:15 PMYASAN
08/01/2021, 3:15 PMIan Lake
08/01/2021, 3:30 PMgetBackStackEntry
as part of composition? With animations, you're going to continue to get recomposed as you animate out (i.e., after your navigate call)Ian Lake
08/01/2021, 3:30 PMgetBackStackEntry
in remember
Ian Lake
08/01/2021, 3:32 PMYASAN
08/01/2021, 4:01 PMgetBackStackEntry
and its fixed. I dont know why I didnt use that originally.