ncapdevi / FragNav

An Android library for managing multiple stacks of fragments
1.5k stars 210 forks source link

When the current fragment is removed from the stack (fragNavController.popFragment()), the previous fragment is recreated #240

Closed tuanimip closed 3 years ago

tuanimip commented 3 years ago

Hi,

When the current fragment is removed from the stack (fragNavController.popFragment()), the previous fragment is recreated. How I can fix that problem? Thank you so much.