VEINHORN / ScrollGalleryView

:bridge_at_night: Android image gallery with bottom scroll view
MIT License
531 stars 157 forks source link

Image disappears after returning from child fragment #78

Open appach22 opened 5 years ago

appach22 commented 5 years ago

From the gallery fragment I open a new fragment. After returning from this new fragment (pressing Back button) the image that was currently displayed disappears (all other images are ok). Maybe this issue is somehow related to #69.

VEINHORN commented 5 years ago

@appach22 Hi! I'll try to reproduce it and write you back soon.

JPUF commented 4 years ago

@VEINHORN I believe I've got the same issue. Here's a video of the bug in action: https://youtu.be/mrHL6nK34a8

And the source code of my app atm: https://github.com/JPUF/FlashBotany/tree/b73ad3eb2d2f877ddddee915e2f66742e7713a4f

Hopefully this'll help you reproduce it, thanks!