All Questions
Tagged with android-fragment-manager android-navhostfragment
1 question
0
votes
1
answer
314
views
Child fragment's parent returns NavHostParent instead of actual parent fragment
I have the following structure:
Activity
NavHostFragment (with navigation graph)
Fragment1
ChildFragment
Fragment2
ChildFragment
Fragment3
I want ...