ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

fixed setCurrentItem method to also adjust the thumbnails

Open MaAllma opened this issue 3 years ago • 0 comments

The original setCurrentItem method only adjusted the main image and the thumbnails always started with the first one. I added a scroll(thumbnailsContainer.getChildAt(i)) and attached it to the lifecycle of the main view so it would be executed after the main view was built.

MaAllma avatar Dec 09 '21 09:12 MaAllma