Skip to content

Commit d879dee

Browse files
Enhanced implementation to use getAttributedAuthor() for better attribution coverage
Co-authored-by: nicolas-raoul <[email protected]>
1 parent 2841d55 commit d879dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/fr/free/nrw/commons/media/MediaDetailFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ class MediaDetailFragment : CommonsDaggerSupportFragment(), CategoryEditHelper.C
812812
categoryNames.addAll(media.categories!!)
813813

814814
// Show author or uploader information for licensing compliance
815-
val authorName = media.author
815+
val authorName = media.getAttributedAuthor()
816816
val uploaderName = media.user
817817

818818
when {

0 commit comments

Comments
 (0)