:compass: Navigation : :rotating_light: Getting `I...
# compose
t
🧭 Navigation : 🚨 Getting
IllegalStateException
when pressing back button from a nested
NavHost
.. Detail inside 🧵
Here’s my nav graph structure
Copy code
NavHost{
    composable("a")
    dialog{
        NavHost{
            composable("b")
            composable("c")
        }
    }
}
When pressing back from
b
, I am getting below exception
i
Are you on alpha06 or alpha07?
t
@Ian Lake I am on
2.4.0-alpha07
i
File a bug with a sample project then. We've only see this on alpha06
🆗 1