Skip to content

Commit a94a28f

Browse files
authored
Removing setText calls which seem prevent text selection (commons-app#4520)
1 parent 58d25d5 commit a94a28f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/fr/free/nrw/commons/upload/UploadMediaDetailAdapter.java

-2
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,6 @@ public void bind(int position) {
123123
eventListener.onPrimaryCaptionTextChange(value.length() != 0);
124124
}
125125
}));
126-
captionItemEditText.setText(uploadMediaDetail.getCaptionText());
127-
descItemEditText.setText(uploadMediaDetail.getDescriptionText());
128126

129127
if (position == 0) {
130128
removeButton.setVisibility(View.GONE);

0 commit comments

Comments
 (0)