diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-10-23 16:00:47 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-10-23 16:00:47 (GMT) |
| commit | da97a94a0fc89a646f9a7ab9d1b9937164227d2f (patch) | |
| tree | e2b0b23ab43ecbc22ee58966d66c8399a385e01b /src/displayapp/DisplayApp.cpp | |
| parent | 411c10ec317464a79c353dc5c18b805cf4bdf7d0 (diff) | |
| parent | 9538eb97166410ebc362addfb76ec54895491cd7 (diff) | |
Merge remote-tracking branch 'upstream/develop' into pts-settings
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 b997da3..ad9536d 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -396,7 +396,7 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) break; case Apps::FlashLight: currentScreen = std::make_unique<Screens::FlashLight>(this, *systemTask, brightnessController); - ReturnApp(Apps::Clock, FullRefreshDirections::Down, TouchEvents::None); + ReturnApp(Apps::QuickSettings, FullRefreshDirections::Down, TouchEvents::SwipeDown); break; case Apps::StopWatch: currentScreen = std::make_unique<Screens::StopWatch>(this, *systemTask); |
