Dima
Results
3
comments of
Dima
I found out that the problem was with Hilt version 2.44. It works only with 2.42
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...
Also `onScreenRemove` never gets called for modal screens, so it can be the issue.