Weather SDK: fix auto location provider path
This commit is contained in:
parent
25da73745f
commit
7db400fb10
@ -58,6 +58,7 @@ internal class PluginWeatherProvider(
|
|||||||
val uri = Uri.Builder()
|
val uri = Uri.Builder()
|
||||||
.scheme("content")
|
.scheme("content")
|
||||||
.authority(pluginAuthority)
|
.authority(pluginAuthority)
|
||||||
|
.path(WeatherPluginContract.Paths.Forecasts)
|
||||||
.appendQueryParameter(WeatherPluginContract.ForecastParams.Lat, lat.toString())
|
.appendQueryParameter(WeatherPluginContract.ForecastParams.Lat, lat.toString())
|
||||||
.appendQueryParameter(WeatherPluginContract.ForecastParams.Lon, lon.toString())
|
.appendQueryParameter(WeatherPluginContract.ForecastParams.Lon, lon.toString())
|
||||||
.appendQueryParameter(WeatherPluginContract.ForecastParams.Language, getLang())
|
.appendQueryParameter(WeatherPluginContract.ForecastParams.Language, getLang())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user