We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b974856 commit d40462fCopy full SHA for d40462f
README.md
@@ -75,8 +75,7 @@ To get **Forecast** use this in `Activity` also you need specify `index` to get
75
weatherMap.getCityForecast(city, new ForecastCallback() {
76
@Override
77
public void success(ForecastResponseModel response) {
78
-
79
- Weather weather[] = response.getList()[index].getWeather();
+ Weather weather[] = response.getList()[index].getWeather();
80
}
81
82
0 commit comments