We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd135b commit 9e1df07Copy full SHA for 9e1df07
app/src/main/java/fr/free/nrw/commons/explore/media/PagedMediaAdapter.kt
@@ -55,7 +55,7 @@ class SearchImagesViewHolder(
55
if (media.author?.isNotEmpty() == true) {
56
binding.categoryImageAuthor.visibility = View.VISIBLE
57
binding.categoryImageAuthor.text =
58
- containerView.context.getString(R.string.image_uploaded_by, media.user)
+ containerView.context.getString(R.string.image_uploaded_by, media.author)
59
} else {
60
binding.categoryImageAuthor.visibility = View.GONE
61
}
0 commit comments