mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-04 08:43:52 +01:00
Tidy up and create framework for autofilling EditText
This commit is contained in:
parent
fba7628f3c
commit
73327192f9
3 changed files with 9 additions and 11 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue