fix forecast condition parsing

here
danielegobbetti 2016-01-05 16:03:59 +01:00
parent c7c723134e
commit 092af9f38d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ParcelableWeather2 implements Parcelable {
if (--conditions > 0) {
Bundle forecastBundle = in.readBundle();
forecastConditionType = forecastBundle.getStringArray("weather_condition_types");
forecastConditionCode = weatherConditionTypesToOpenWeatherMapIds(currentConditionType[0]);
forecastConditionCode = weatherConditionTypesToOpenWeatherMapIds(forecastConditionType[0]);
}
}
// get the rest