ncapdevi / FragNav

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

Handle orientation changes #10

Closed jlelse closed 8 years ago

jlelse commented 8 years ago

Is there a possibility to save the current state and the current fragment etc. when onSaveInstanceState is called in the activity?

two1stnamz commented 8 years ago

Hey! Checkout my pull request here:

https://github.com/ncapdevi/FragNav/pull/12

ncapdevi commented 8 years ago

Pull request #12 fixes this. I'll upload an updated version sometime in the next day or so.

jlelse commented 8 years ago

Thanks! Now I think my project is near to go live...