You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
Thank you so much for making this really helpful example. I found an edge case when swiping to images that are not initially visible in the RecyclerView of the source activity:
Working:
When we tap on the first row of images (first 3 images)
Swipe to the last image
Press back to go back to the previous activity, shared element reenter transition works
Demo
video_2022-04-14_15-40-03.mp4
Not Working:
When we tap on any other image
Swipe to the last image
Press back to go back to the previous activity, the shared element reenter transition does not work
Demo
video_2022-04-14_15-40-00.mp4
I thought that perhaps it's because the ViewHolder in the not working example wasn't visible hence the transition mapping won't work, but why does it work when we tap on the first row of images? In any case, how can we fix this issue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Thank you so much for making this really helpful example. I found an edge case when swiping to images that are not initially visible in the
RecyclerView
of the source activity:Working:
Demo
video_2022-04-14_15-40-03.mp4
Not Working:
Demo
video_2022-04-14_15-40-00.mp4
I thought that perhaps it's because the
ViewHolder
in the not working example wasn't visible hence the transition mapping won't work, but why does it work when we tap on the first row of images? In any case, how can we fix this issue?The text was updated successfully, but these errors were encountered: