Remove todo

This commit is contained in:
misaochan 2016-10-07 19:55:11 +13:00
parent 2f6506a480
commit 5f3ea4db52

View file

@ -57,7 +57,7 @@ public class SingleUploadFragment extends Fragment {
String title = titleEdit.getText().toString(); String title = titleEdit.getText().toString();
String desc = descEdit.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 titleDesc = PreferenceManager.getDefaultSharedPreferences(getActivity());
SharedPreferences.Editor editor = titleDesc.edit(); SharedPreferences.Editor editor = titleDesc.edit();
editor.putString("Title", title); editor.putString("Title", title);