Loading play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsProvider.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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") } } Loading Loading
play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsProvider.kt +1 −0 Original line number Diff line number Diff line Loading @@ -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") } } Loading