mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove TODO
This commit is contained in:
parent
a2db562476
commit
eaed36555c
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ public class SingleUploadFragment extends CommonsDaggerSupportFragment {
|
|||
if (isNearbyUpload) {
|
||||
String imageTitle = directPrefs.getString("Title", "");
|
||||
String imageDesc = directPrefs.getString("Desc", "");
|
||||
//TODO: Remove this later, this fragment does not need to know categories
|
||||
String imageCats = directPrefs.getString("Category", "");
|
||||
Timber.d("Image title: " + imageTitle + ", image desc: " + imageDesc + ", image categories: " + imageCats);
|
||||
titleEdit.setText(imageTitle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue