Closed
Description
I am using navigation graph For fragment A->B->C->D. Fragment B has a viewPager2 where I show 3 fragments (B1, B2, B3). Works pretty well in the B during swipe interaction.
From B3 user can go to Fragment C. If user press back from C, B comes up with B3 as a current fragment. But indicator resets to 0th index.
Activity