Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Wrong image is being used for exit transition when viewing images #709

Closed
K1rakishou opened this issue Feb 23, 2020 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@K1rakishou
Copy link

K1rakishou commented Feb 23, 2020

STR:

  • Start downloading a thread.
  • 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.

@K1rakishou K1rakishou added the bug Something isn't working label Feb 23, 2020
@Adamantcheese 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
@Adamantcheese
Copy link
Owner

This is just a regular old bug, as it happens in live threads as well.

@Adamantcheese Adamantcheese self-assigned this Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants