mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Review: Load thumbnail instead of original image
This commit is contained in:
parent
77bad3380c
commit
fdc2659b18
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ class ReviewActivity : BaseActivity() {
|
|||
return
|
||||
}
|
||||
|
||||
binding.reviewImageView.setImageURI(media.imageUrl)
|
||||
binding.reviewImageView.setImageURI(media.thumbUrl)
|
||||
|
||||
reviewController.onImageRefreshed(media) // filename is updated
|
||||
compositeDisposable.add(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue