diff options
| author | JF <jf@codingfield.com> | 2020-08-17 13:19:46 (GMT) |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-08-17 13:19:46 (GMT) |
| commit | 18686ac2cbf6b97dd0250234ce128bd9ad350d6e (patch) | |
| tree | c6be1439802b7087874bc0753036c62232783569 /src/DisplayApp/Screens/ApplicationList.h | |
| parent | 32f20fa994fec9e21d2af4d7bd287b94316b3970 (diff) | |
| parent | 1eceafee1c97c64a1fa936e29915daca4051bb05 (diff) | |
Merge branch 'manualValidation' of JF/PineTime into develop
Diffstat (limited to 'src/DisplayApp/Screens/ApplicationList.h')
| -rw-r--r-- | src/DisplayApp/Screens/ApplicationList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DisplayApp/Screens/ApplicationList.h b/src/DisplayApp/Screens/ApplicationList.h index 372cbb7..a1e6811 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(); |
