summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2021-10-23 08:14:14 (GMT)
committerGitHub <noreply@github.com>2021-10-23 08:14:14 (GMT)
commit6c3f56bb5980dc3493685e4657bb25a18569f7a1 (patch)
treec8ee6a7a4808f30097a18504cbbb36432effc230 /src/displayapp/DisplayApp.cpp
parent062007a8c0f84be6590fd397bdb26ed9a8891d20 (diff)
parentfd4fbfddb9508ea6ed9073523edd3a5f29e8195a (diff)
Merge pull request #740 from Riksu9000/flashlight_brightness
Flashlight brightness control
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
-rw-r--r--src/displayapp/DisplayApp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp
index 6e5cb57..abe5851 100644
--- a/src/displayapp/DisplayApp.cpp
+++ b/src/displayapp/DisplayApp.cpp
@@ -401,7 +401,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);