I have a bug when use transition between activities by using a shared element.
-
I'm using sample ActivitySceneTransitionBasic .
-
Add delay before navigation.
new Handler().postDelayed(() -> { ActivityCompat.startActivity(MainActivity.this, intent, activityOptions.toBundle()); }, 2000);
-
Turn screen off.
New Activity open without background (like on screenshot) or with glitches. Can you help to solve this bug?

from Start activity with transition shared element animation and turn screen off
No comments:
Post a Comment