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

Commit 2b0f488f authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Authorize both fallbacks

In some areas it seems like beacon.db struggles to
fetch any location.
parent ab3a11eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ class IchnaeaServiceClient(private val context: Context) {
        GeolocateRequest(
            considerIp = false,
            wifiAccessPoints = wifis.filter { isRequestable(it) }.map(WifiDetails::toWifiAccessPoint),
            fallbacks = Fallback(lacf = false, ipf = false)
            fallbacks = Fallback(lacf = true, ipf = true)
        ),
        rawWifiHandler = rawHandler
    )?.apply {