ncapdevi / FragNav

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

Trigger transaction listener when restoring tab from bundle #201

Closed erawhctim closed 5 years ago

erawhctim commented 5 years ago

FragNavController.restoreFromBundle attempts to re-select the previously selected tab when restoring its state from a Bundle, but was not notifying the TransactionListener (if one was set).

erawhctim commented 5 years ago

@ncapdevi Let me know if there's more to it than this - not sure if I need to modify any tests or anything

erawhctim commented 5 years ago

@ncapdevi It'd be great to get this merged and pulled into my fork - let me know if you need me to add anything else in the PR

ncapdevi commented 5 years ago

@erawhctim apologies for delay, building a release now

erawhctim commented 5 years ago

Awesome! thanks!