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 58d25d5 commit a94a28fCopy full SHA for a94a28f
app/src/main/java/fr/free/nrw/commons/upload/UploadMediaDetailAdapter.java
@@ -123,8 +123,6 @@ 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