theapache64
08/24/2021, 4:59 AMIllegalStateException
when pressing back button from a nested NavHost
.. Detail inside 🧵theapache64
08/24/2021, 5:00 AMNavHost{
composable("a")
dialog{
NavHost{
composable("b")
composable("c")
}
}
}
When pressing back from b
, I am getting below exceptiontheapache64
08/24/2021, 5:01 AMIan Lake
08/24/2021, 5:44 PMtheapache64
08/24/2021, 6:55 PM2.4.0-alpha07
Ian Lake
08/24/2021, 7:28 PM