summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayApp.cpp
diff options
context:
space:
mode:
authorAvamander <avamander@gmail.com>2021-06-12 09:18:19 (GMT)
committerGitHub <noreply@github.com>2021-06-12 09:18:19 (GMT)
commit314a8ebba070bd935c795cea2955d494f002797f (patch)
treed14d30d29f22f7eb15edd6494ae59afa21084883 /src/displayapp/DisplayApp.cpp
parentd4f4ed014cecb600a5fb8541cff1f01bf2c46d54 (diff)
Changed the namespace of SystemInfo::sortById to avoid a name conflict (#360)
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
-rw-r--r--src/displayapp/DisplayApp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp
index 05f171b..01e26e2 100644
--- a/src/displayapp/DisplayApp.cpp
+++ b/src/displayapp/DisplayApp.cpp
@@ -331,8 +331,6 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
std::make_unique<Screens::SystemInfo>(this, dateTimeController, batteryController, brightnessController, bleController, watchdog);
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
break;
- //
-
case Apps::FlashLight:
currentScreen = std::make_unique<Screens::FlashLight>(this, *systemTask, brightnessController);
ReturnApp(Apps::Clock, FullRefreshDirections::Down, TouchEvents::None);