I have a bug when using 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.
There is no bug if activity open without turn screen off.
The New Activity opens without background (like on screenshot) or with glitches. Can you help to solve this bug?
