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
2f6506a480
commit
5f3ea4db52
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public class SingleUploadFragment extends Fragment {
|
|||
String title = titleEdit.getText().toString();
|
||||
String desc = descEdit.getText().toString();
|
||||
|
||||
//TODO: Save the values of these fields in short-lived cache so next time this fragment is loaded, we can access these
|
||||
//Save the values of these fields in short-lived cache so next time this fragment is loaded, we can access these
|
||||
SharedPreferences titleDesc = PreferenceManager.getDefaultSharedPreferences(getActivity());
|
||||
SharedPreferences.Editor editor = titleDesc.edit();
|
||||
editor.putString("Title", title);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue