Skip to content

Commit

Permalink
Fix Nominatim Geocoder preference update
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvidal authored and mar-v-in committed Jul 8, 2023
1 parent 0e929a5 commit a749fe4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ class SettingsProvider : ContentProvider() {
Location.WIFI_LEARNING -> editor.putBoolean(key, value as Boolean)
Location.CELL_MLS -> editor.putBoolean(key, value as Boolean)
Location.CELL_LEARNING -> editor.putBoolean(key, value as Boolean)
Location.GEOCODER_NOMINATIM -> editor.putBoolean(key, value as Boolean)
else -> throw IllegalArgumentException("Unknown key: $key")
}
}
Expand Down

0 comments on commit a749fe4

Please sign in to comment.