Fixed
Status Update
Comments
il...@google.com <il...@google.com> #2
I change to fragment1.3.0 and navigation component 2.3.3, the popEnterAnim works fine. (I find the solution from the https://issuetracker.google.com/issues/182195688 example project).
pa...@gmail.com <pa...@gmail.com> #3
Please include a sample project that reproduces your issue.
As per the navigate()
, the enter
and exit
animations run.
ap...@google.com <ap...@google.com> #4
Thanks, here it's the project and video.
jb...@google.com <jb...@google.com> #5
I am also facing same issue exit animations does not work even if i set it from navigation graph and using Direction Classes
Description
Component used: Fragment Version used: 1.3.0-beta01
With lib Fragment version 1.2 it is now recommended to use FragmentContainerView instead FrameLayout but that requires FragmentActivity.
Not sure why this requirement was introduced? In our use case user can use app on phone or mirror app to remote device with means DisplayManager.createVirtualDisplay . In both cases we use same stack of fragments, there is no need to run activity in second flow.
Can we bring this functionality back?