diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-07-11 14:04:50 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-07-11 14:04:50 (GMT) |
| commit | f970dc9993d3d1ff108dbe9a70048571d8a6b53e (patch) | |
| tree | 1293d181ecf545ff404fbb4eb120ff0b1877241d /src/displayapp/DisplayApp.cpp | |
| parent | f5639db8ed48a332eeeed48a359a3323b0537d39 (diff) | |
| parent | 6a91b83b12ef849f68d54f490153b02f0ecf58dc (diff) | |
Merge remote-tracking branch 'upstream/develop' into pinetimestyle-colorpicker
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 48a012a..d81a799 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -342,7 +342,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) ReturnApp(Apps::Clock, FullRefreshDirections::Down, TouchEvents::None); break; case Apps::StopWatch: - currentScreen = std::make_unique<Screens::StopWatch>(this); + currentScreen = std::make_unique<Screens::StopWatch>(this, *systemTask); break; case Apps::Twos: currentScreen = std::make_unique<Screens::Twos>(this); |
