ncapdevi / FragNav

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

addToBackStack #117

Closed itzharDev closed 6 years ago

itzharDev commented 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

ncapdevi commented 6 years ago

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.