-
Notifications
You must be signed in to change notification settings - Fork 59
Bug: bad transformation on list when going back to it #2
Comments
@AndroidDeveloperLB thanks for pointing out the issue! It happens when the shared element transition starts before the recyclerview scrolls to make sure the item is in the proper place. I should fixe this by postponing the transition, I just haven't gotten around to it yet. |
Please show in code why it occurs, and how you fix it. |
@AndroidDeveloperLB it is fixed in the linked PR. Since there is a shared element transition between fragments, in Also, since the user may be returning to an image that is offscreen, I use Sometimes, the image will have loaded before the RecyclerView has scrolled (Image was cached). To fix this, I need to wait till the Thanks again for pointing out the bug!
|
And this fixed it? can you please show a video? |
@AndroidDeveloperLB sorry I missed this, yes it did fix it. I can't quite record a video right now, but you can run it to verify. |
OK tried now. See attached video: |
Check the video that's attached:
device-2019-12-07-140719.zip
The text was updated successfully, but these errors were encountered: