Hello everyone, I am using accompanist.navigation ...
# compose
j
Hello everyone, I am using accompanist.navigation but I have the following exception when the app is just starting Version 0.26.0-alpha Compose 1.3.0-alpha02
Copy code
java.lang.IllegalStateException: popBackStack was called with androidx.navigation.NavBackStackEntry@c8929cfa which does not exist in back stack [androidx.navigation.NavBackStackEntry@3c3e7535, androidx.navigation.NavBackStackEntry@c8929cfa]
                                                                                              	at androidx.navigation.Navigator.popBackStack(Navigator.kt:186)
                                                                                              	at androidx.navigation.NavController.popBackStackInternal(NavController.kt:274)
                                                                                              	at androidx.navigation.NavController.popBackStackInternal(NavController.kt:557)
                                                                                              	at androidx.navigation.NavController.popBackStackInternal$default(NavController.kt:515)
                                                                                              	at androidx.navigation.NavController.setGraph(NavController.kt:1083)
                                                                                              	at androidx.navigation.NavController.setGraph(NavController.kt:100)
                                                                                              	at com.google.accompanist.navigation.animation.AnimatedNavHostKt.AnimatedNavHost(AnimatedNavHost.kt:146)
                                                                                              	at com.google.accompanist.navigation.animation.AnimatedNavHostKt$AnimatedNavHost$11.invoke(Unknown Source:23)
                                                                                              	at com.google.accompanist.navigation.animation.AnimatedNavHostKt$AnimatedNavHost$11.invoke(Unknown Source:10)