Skip to content

Commit eaed365

Browse files
committed
Remove TODO
1 parent a2db562 commit eaed365

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
114114
if (isNearbyUpload) {
115115
String imageTitle = directPrefs.getString("Title", "");
116116
String imageDesc = directPrefs.getString("Desc", "");
117-
//TODO: Remove this later, this fragment does not need to know categories
118117
String imageCats = directPrefs.getString("Category", "");
119118
Timber.d("Image title: " + imageTitle + ", image desc: " + imageDesc + ", image categories: " + imageCats);
120119
titleEdit.setText(imageTitle);

0 commit comments

Comments
 (0)