Added download list
Added history search
This commit is contained in:
@@ -38,9 +38,7 @@ class ReaderAdapter(private val images: List<String>) : RecyclerView.Adapter<Rea
|
||||
|
||||
val image = BitmapFactory.decodeFile(images[position], options)
|
||||
|
||||
launch(Dispatchers.Main) {
|
||||
setImageBitmap(image)
|
||||
}
|
||||
post { setImageBitmap(image) }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user