Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a749fe4c authored by Vincent Vidal's avatar Vincent Vidal Committed by Marvin W.
Browse files

Fix Nominatim Geocoder preference update

parent 0e929a57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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")
            }
        }