AlexGladkov / Odyssey

Odyssey it's a declarative multiplatform navigation library for Multiplatform Compose

Home Page:https://youtube.com/c/MobileDeveloper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When Dialog is closed, ViewModel don't clear

VitalyPeryatin opened this issue · comments

commented

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.

commented

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