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
and get error as Attempt to invoke virtual method 'com.veinhorn.scrollgalleryview.ScrollGalleryView com.veinhorn.scrollgalleryview.ScrollGalleryView.setThumbnailSize(int)' on a null object reference
The text was updated successfully, but these errors were encountered:
My Code: #kotlin
galleryView = ScrollGalleryView .from(findViewById(com.sqt.ifb_remote.R.id.scroll_gallery_view)) .settings( GallerySettings .from(supportFragmentManager) .thumbnailSize(100) .enableZoom(true) .build() ) .add(infos) .build()
and get error as
Attempt to invoke virtual method 'com.veinhorn.scrollgalleryview.ScrollGalleryView com.veinhorn.scrollgalleryview.ScrollGalleryView.setThumbnailSize(int)' on a null object reference
The text was updated successfully, but these errors were encountered: