mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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) {
|
if (isNearbyUpload) {
|
||||||
String imageTitle = directPrefs.getString("Title", "");
|
String imageTitle = directPrefs.getString("Title", "");
|
||||||
String imageDesc = directPrefs.getString("Desc", "");
|
String imageDesc = directPrefs.getString("Desc", "");
|
||||||
//TODO: Remove this later, this fragment does not need to know categories
|
|
||||||
String imageCats = directPrefs.getString("Category", "");
|
String imageCats = directPrefs.getString("Category", "");
|
||||||
Timber.d("Image title: " + imageTitle + ", image desc: " + imageDesc + ", image categories: " + imageCats);
|
Timber.d("Image title: " + imageTitle + ", image desc: " + imageDesc + ", image categories: " + imageCats);
|
||||||
titleEdit.setText(imageTitle);
|
titleEdit.setText(imageTitle);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue