We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c335e commit ce69c28Copy full SHA for ce69c28
app/src/main/java/fr/free/nrw/commons/review/ReviewActivity.java
@@ -146,7 +146,7 @@ private void updateImage(String fileName) {
146
.subscribe(revision -> {
147
reviewController.firstRevision = revision;
148
reviewPagerAdapter.updateFileInformation(fileName);
149
- ((TextView) imageCaption).setText(fileName + " is uploaded by: " + revision.content());
+ ((TextView) imageCaption).setText(fileName + " is uploaded by: " + revision.getUser());
150
progressBar.setVisibility(View.GONE);
151
}));
152
reviewPager.setCurrentItem(0);
0 commit comments