Shay Ben Hayun

Results 2 comments of Shay Ben Hayun

You need to remove the LIMIT from ImageDataSource -> loadAlbumImages function

I fixed the issues for Android 11, please use this class: internal class ImagesDataSource(private val contentResolver: ContentResolver){ fun getCursorUri(): Uri { val collection: Uri if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) { collection...