android / animation-samples

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

ActivitySceneTransitionBasic , does not work when the activity goes in background #39

Open vicky7230 opened 4 years ago

vicky7230 commented 4 years ago

Shared element transition does not work when the activity goes in background and when you again bring it back from recents.

vishal-sehgal commented 4 years ago

@vicky7230 Try out this solution, https://stackoverflow.com/a/62381012/9617459

vicky7230 commented 4 years ago

@CoderVishalSehgal It worked. Thanks