David
Results
1
comments of
David
Hello @s1mar I think you have to start the activity with this code ``` ActivityOptionsCompat options = ActivityOptionsCompat.makeSceneTransitionAnimation(MainActivity.this); startActivity(intent, options.toBundle()); ```