make sure local forecast displays all pages

This commit is contained in:
Matt Walsh 2020-09-12 23:49:51 -05:00
parent b01cf9eefc
commit 6803b94e41

View file

@ -81,8 +81,8 @@ class LocalForecast extends WeatherDisplay {
// }
});
this.currentScreen = 0;
this.timing.totalScreens = this.screenTexts.length;
this.calcNavTiming();
this.setStatus(STATUS.loaded);
}