Remove TODO

This commit is contained in:
misaochan 2018-03-18 20:45:51 +10:00
parent a2db562476
commit eaed36555c

View file

@ -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);