android / animation-samples

Multiple samples showing the best practices in animation on Android.
Apache License 2.0
2.56k stars 898 forks source link

GridFrament use with viewpager not working back transition #85

Open pankajtalaviya97 opened 2 years ago

pankajtalaviya97 commented 2 years ago

Not working back transition in GridFragment put on ViewPager, so how to set GridFragment on viewpager

I build Gallery app so I make one viewpager with contains two fragment First is PhotosFragment and Second is VideosFragment and above two fragment are GridFragment for our flow so not working back transition in this flow, so help me how to solve this issue