We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb974f8 commit aedcd7fCopy full SHA for aedcd7f
app/src/main/java/fr/free/nrw/commons/review/ReviewActivity.kt
@@ -188,7 +188,7 @@ class ReviewActivity : BaseActivity() {
188
return
189
}
190
191
- binding.reviewImageView.setImageURI(media.imageUrl)
+ binding.reviewImageView.setImageURI(media.thumbUrl)
192
193
reviewController.onImageRefreshed(media) // filename is updated
194
compositeDisposable.add(
0 commit comments