summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/ApplicationList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/DisplayApp/Screens/ApplicationList.h')
-rw-r--r--src/DisplayApp/Screens/ApplicationList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/Screens/ApplicationList.h b/src/DisplayApp/Screens/ApplicationList.h
index 372cbb7a..a1e6811b 100644
--- a/src/DisplayApp/Screens/ApplicationList.h
+++ b/src/DisplayApp/Screens/ApplicationList.h
@@ -22,7 +22,7 @@ namespace Pinetime {
private:
bool running = true;
- ScreenList<1> screens;
+ ScreenList<2> screens;
std::unique_ptr<Screen> CreateScreen1();
std::unique_ptr<Screen> CreateScreen2();
std::unique_ptr<Screen> CreateScreen3();