Hi all 👋
Could someone please explain to me how it is possible that ViewModels are not cleared on multi back stack scenario, since the corresponding NavBackStackEntries are popped from back stack, I really thought that would be the case, but I was surprised to find it isn't.
I thought the state restoration would rely on the SavedStateHandle bundle to do it's thing, but seems like that's not the case, VMs are not even cleared.