Save categories in PlaceRenderer and SingleUploadFragment

This commit is contained in:
misaochan 2018-03-16 20:01:52 +10:00
parent 8133ba1d23
commit 5e828d4541
2 changed files with 4 additions and 0 deletions

View file

@ -124,6 +124,7 @@ public class PlaceRenderer extends Renderer<Place> {
Timber.d("directPrefs stored");
editor.putString("Title", place.getName());
editor.putString("Desc", place.getLongDescription());
editor.putString("Category", place.getCategory());
editor.apply();
}