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 f482448 commit 344b220Copy full SHA for 344b220
app/src/main/java/fr/free/nrw/commons/upload/UploadMediaDetailAdapter.java
@@ -123,6 +123,8 @@ public void bind(int position) {
123
eventListener.onPrimaryCaptionTextChange(value.length() != 0);
124
}
125
}));
126
+ captionItemEditText.setText(uploadMediaDetail.getCaptionText());
127
+ descItemEditText.setText(uploadMediaDetail.getDescriptionText());
128
129
if (position == 0) {
130
removeButton.setVisibility(View.GONE);
0 commit comments