summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/ApplicationList.h
diff options
context:
space:
mode:
authorMichele Bini <michele.bini@gmail.com>2022-04-10 13:50:02 (GMT)
committerMichele Bini <michele.bini@gmail.com>2022-04-10 14:07:49 (GMT)
commit34a6369f793bb36a3f66eba87535159819c65f2b (patch)
tree65e206128ee042de8372d915966c8981246be9fb /src/displayapp/screens/ApplicationList.h
parent4d8a0d3300345b71dcbd7e86d1e7c4cfcc3cf200 (diff)
Add jumpscore app
Diffstat (limited to 'src/displayapp/screens/ApplicationList.h')
-rw-r--r--src/displayapp/screens/ApplicationList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/screens/ApplicationList.h b/src/displayapp/screens/ApplicationList.h
index f430a89..27ebbac 100644
--- a/src/displayapp/screens/ApplicationList.h
+++ b/src/displayapp/screens/ApplicationList.h
@@ -25,10 +25,10 @@ namespace Pinetime {
Pinetime::Controllers::Battery& batteryController;
Controllers::DateTime& dateTimeController;
- ScreenList<2> screens;
+ ScreenList<3> screens;
std::unique_ptr<Screen> CreateScreen1();
std::unique_ptr<Screen> CreateScreen2();
- // std::unique_ptr<Screen> CreateScreen3();
+ std::unique_ptr<Screen> CreateScreen3();
};
}
}