ncapdevi / FragNav

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

Fixed popping animations #178

Closed mateherber closed 5 years ago

mateherber commented 6 years ago

When migrating to 3.0 I've made the mistake of using the built in pop animation support for fragment transactions but our pops are not really pops as fragment manager usually interpret it. Hence I've reverted the change.

[#176][ #161]

@ncapdevi please review if you'll have time. Great job on 3.0 btw

nikhil-thakkar commented 5 years ago

Please merge these changes. I require the androidx package dependencies. Thanks for all the efforts.

porkyhead commented 5 years ago

Please approve and release. I am currently stuck with the bugs in 3.0.0 and this will hopefully fix all my issues.