Skip to content

Commit a749fe4

Browse files
vincentvidalmar-v-in
authored andcommitted
Fix Nominatim Geocoder preference update
1 parent 0e929a5 commit a749fe4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsProvider.kt

+1
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ class SettingsProvider : ContentProvider() {
321321
Location.WIFI_LEARNING -> editor.putBoolean(key, value as Boolean)
322322
Location.CELL_MLS -> editor.putBoolean(key, value as Boolean)
323323
Location.CELL_LEARNING -> editor.putBoolean(key, value as Boolean)
324+
Location.GEOCODER_NOMINATIM -> editor.putBoolean(key, value as Boolean)
324325
else -> throw IllegalArgumentException("Unknown key: $key")
325326
}
326327
}

0 commit comments

Comments
 (0)