What's the point of remembering the graph in `NavH...
# compose
n
What's the point of remembering the graph in
NavHost
here? As far as I understand it makes it ignore any graph update. https://github.com/androidx/androidx/blob/androidx-main/navigation/navigation-compose/src/main/java/androidx/navigation/compose/NavHost.kt#L98
If this is intended (e.g. graph should never change), then I don't understand why we bother recreating the graph in the other NavHost signature? https://github.com/androidx/androidx/blob/androidx-main/navigation/navigation-compose/src/main/java/androidx/navigation/compose/NavHost.kt#L66-L68