ncapdevi / FragNav

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

Fragment on Back Stack is recreated instead of using old one #66

Closed jlelse closed 7 years ago

jlelse commented 7 years ago

I have found out, that after rotation, the older fragments on the back stack are recreated. This isn't the right behavior right?

ncapdevi commented 7 years ago

This is the Android system behavior, you can read up on it here https://developer.android.com/guide/topics/resources/runtime-changes.html