Skip to content

Commit aedcd7f

Browse files
Review: Load thumbnail instead of original image (commons-app#6153)
Co-authored-by: Nicolas Raoul <[email protected]>
1 parent bb974f8 commit aedcd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/review/ReviewActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class ReviewActivity : BaseActivity() {
188188
return
189189
}
190190

191-
binding.reviewImageView.setImageURI(media.imageUrl)
191+
binding.reviewImageView.setImageURI(media.thumbUrl)
192192

193193
reviewController.onImageRefreshed(media) // filename is updated
194194
compositeDisposable.add(

0 commit comments

Comments
 (0)