Tidy up and create framework for autofilling EditText

This commit is contained in:
misaochan 2018-01-02 21:22:09 +10:00 committed by maskara
parent fba7628f3c
commit 73327192f9
3 changed files with 9 additions and 11 deletions

View file

@ -39,15 +39,6 @@ class DirectUpload {
editor.putString("Title", title);
editor.putString("Desc", desc);
editor.apply();
/**
//TODO remove this
sharedPref = fragment.getActivity().getSharedPreferences(Context.MODE_PRIVATE);
String imageTitle = sharedPref.getString("Title", "");
String imageDesc = sharedPref.getString("Desc", "");
Timber.d("In DirectUpload, image title: " + imageTitle + " and image desc: " + imageDesc);
*/
}
void initiateGalleryUpload() {