make sure local forecast displays all pages
This commit is contained in:
parent
b01cf9eefc
commit
6803b94e41
1 changed files with 1 additions and 1 deletions
|
@ -81,8 +81,8 @@ class LocalForecast extends WeatherDisplay {
|
||||||
// }
|
// }
|
||||||
});
|
});
|
||||||
|
|
||||||
this.currentScreen = 0;
|
|
||||||
this.timing.totalScreens = this.screenTexts.length;
|
this.timing.totalScreens = this.screenTexts.length;
|
||||||
|
this.calcNavTiming();
|
||||||
this.setStatus(STATUS.loaded);
|
this.setStatus(STATUS.loaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue