ScrollGalleryView icon indicating copy to clipboard operation
ScrollGalleryView copied to clipboard

scrollgalleryview.ScrollGalleryView.setThumbnailSize(int)' on a null object reference

Open SUBINPTPM opened this issue 6 years ago • 0 comments
trafficstars

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

SUBINPTPM avatar May 08 '19 13:05 SUBINPTPM