AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose
https://youtube.com/c/MobileDeveloper
MIT License
255 stars 21 forks source link

When Dialog is closed, ViewModel don't clear #76

Open VitalyPeryatin opened 1 year ago

za4em commented 1 year ago

I encountered same issue when using modalController with Hilt. The issue might be with rootController.measureLevel() function as it doesn't increase level for modal screens, so the function clearViewModelStoreOwnerByKey(key) doesn't clear viewModelStore.

za4em commented 1 year ago

Also onScreenRemove never gets called for modal screens, so it can be the issue.