Fixes #3336 Hotfix: Coordinates of picture are not uploaded (#3339)

* Fixes #3336
 * Donot redact locatio by default

* Correction inn default tag save

* Use same key across application for managedExifTags

* Updated key name to avoid class cast in existing build
This commit is contained in:
Ashish Kumar 2020-01-27 18:18:11 +05:30 committed by neslihanturan
parent f7adbf7b4d
commit 721d2feb45
6 changed files with 32 additions and 5 deletions

View file

@ -70,7 +70,7 @@
<fr.free.nrw.commons.ui.LongTitlePreferences.LongTitleMultiSelectListPreference
android:entries="@array/pref_exifTag_entries"
android:entryValues="@array/pref_exifTag_values"
android:key="manageExifTags"
android:key="managed_exif_tags"
android:title="@string/manage_exif_tags"
android:summary="@string/manage_exif_tags_summary"/>