mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
Save categories in PlaceRenderer and SingleUploadFragment
This commit is contained in:
parent
8133ba1d23
commit
5e828d4541
2 changed files with 4 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue