Fix default value of the location privacy setting

This commit is contained in:
Morten Delenk 2022-08-15 09:15:55 +01:00
parent fff0f56d14
commit d864000235
No known key found for this signature in database
GPG key ID: 5130416C797067B6
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
<ListPreference
android:id="@+id/pref_location_privacy"
android:defaultValue="location_round"
android:defaultValue="privacy_round"
android:entries="@array/demo_privacy_type_lbl"
android:entryValues="@array/demo_privacy_type"
android:key="location_privacy"