ncapdevi / FragNav

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

Change exception type on restoreFromBundle method #101

Closed tebitoq closed 6 years ago

tebitoq commented 6 years ago

I had an exception on my TransactionListener and this try/catch was hiding the real error and throwing this exception "Fatal Exception: java.lang.IllegalStateException: Can't change tag of fragment."

regards

ncapdevi commented 6 years ago

@tebitoq Thank you for the contribution.