Hello there. Is it possible to save the state of a...
# compose
w
Hello there. Is it possible to save the state of a nested navigation without popping up to start destination? I'm trying to implement a multi-stack navigation across bottomBar tabs.
Copy code
navOptions {
                popUpTo(navController.graph.findStartDestination().id) {
                    saveState = true
                }
                restoreState = true
            }
| | | Edit: is this stuff production ready? I mean this is literally crippling. No docs, no blogs worth reading. Everyone is talking about how to navigate from A to B, like what? smh + everything is private and internal, I can do nothing with this!!!