Closed itzharDev closed 6 years ago
every popFragment recreate previous fragment. thats not the expected behavior always you should allow user decide whether addToBackStack or not
the real problem is every pop event, fragment.attach() called and recreating the views. you need to think about way avoiding this issue
This library doesn't use the backstack, that's the entire point of it. This issue has been discussed many times before, it's intentional.
every popFragment recreate previous fragment. thats not the expected behavior always you should allow user decide whether addToBackStack or not
the real problem is every pop event, fragment.attach() called and recreating the views. you need to think about way avoiding this issue