I use Android Navigation Component. I have to frag...
# android
в
I use Android Navigation Component. I have to fragment in NavHostFragment's backstack. Sometimes (1 of 50 cases) when I perform 'popBackStack()' variable 'mBackStack' in NavController resets to zero, but Fragments remain. I see these fragments on screen and NavController don't want to pop them because 'mBackStack = 0' How to fix it? Or is it a bug in the library itself? I can send the link to code and point this place