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
Wait until all images are downloaded (it's better to choose a thread with few images).
Open an image.
Swipe forward couple of image.
Press back/swipe-to-close.
The first clicked image will flash for an instant before being replaced with the one that should be actually used for exit transition.
Apparently it happens after calling callback.setPreviewVisibility(true); which means previewImage has the wrong image, so it flickers for an instant before getting replaced with an image that we open in startPreviewOutTransition. When viewing images in regular threads everything works as expected.
The text was updated successfully, but these errors were encountered:
Adamantcheese
changed the title
[BUG/REGRESSION/DEV] Wrong image is being used for exit transition when view images in local/downloading thread
[BUG] Wrong image is being used for exit transition when viewing images
Feb 23, 2020
STR:
The first clicked image will flash for an instant before being replaced with the one that should be actually used for exit transition.
Apparently it happens after calling
callback.setPreviewVisibility(true);
which meanspreviewImage
has the wrong image, so it flickers for an instant before getting replaced with an image that we open instartPreviewOutTransition
. When viewing images in regular threads everything works as expected.The text was updated successfully, but these errors were encountered: