any work around for this <https://github.com/Inser...
# koin
a
a
Interesting
can you share a little project to reproduce that?
a
changing
parentFragmentManager
to `childFragmentManager`fixed that issue. now its sharing the same ViewModel instance.
But, the when i am using Navigation UI to inflate the dialog its not working then...because at the time Parent Fragment of the dialog fragment is
androidx.navigation.fragment.NavHostFragment
not the fragment from where i inflated the dialog. In that case how can i get the same instance.
a
Thanks, I will look at it
we need to work on some adjustment for graph navigation API