Fetch full-UK dump (no radius/limit); stations in app-group defaults only; alert path keeps focused radius fetch
This commit is contained in:
@@ -200,7 +200,7 @@ struct ContentView: View {
|
||||
let fetched = try await FuelPriceProvider.active.fetchStations(
|
||||
near: location?.lat, lng: location?.lng,
|
||||
fuel: selectedFuel,
|
||||
radiusKM: Double(stationLimit) * 1.60934 // miles → km
|
||||
radiusKM: nil // full-UK dump; device filters by miles radius
|
||||
)
|
||||
stations = fetched
|
||||
FuelStore.saveStations(fetched)
|
||||
|
||||
Reference in New Issue
Block a user