diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-25 12:30:52 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-25 12:30:52 (GMT) |
| commit | 09dfdbf9117853521a706dfe4724908082dc9695 (patch) | |
| tree | 23497af1018d851152ad1729147d12451b38ae19 /src/displayapp/DisplayApp.cpp | |
| parent | 060f7949866303c27dc6b8cb6dcd97ab1019d7d1 (diff) | |
sans torch
Diffstat (limited to 'src/displayapp/DisplayApp.cpp')
| -rw-r--r-- | src/displayapp/DisplayApp.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/displayapp/DisplayApp.cpp b/src/displayapp/DisplayApp.cpp index 409ae5e..9243999 100644 --- a/src/displayapp/DisplayApp.cpp +++ b/src/displayapp/DisplayApp.cpp @@ -18,7 +18,6 @@ #include "displayapp/screens/Notifications.h" #include "displayapp/screens/SystemInfo.h" #include "displayapp/screens/Tile.h" -#include "displayapp/screens/FlashLight.h" #include "displayapp/screens/BatteryInfo.h" #include "displayapp/screens/Steps.h" #include "displayapp/screens/Error.h" @@ -396,10 +395,6 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction) this, dateTimeController, batteryController, brightnessController, bleController, watchdog, motionController, touchPanel); ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown); break; - case Apps::FlashLight: - currentScreen = std::make_unique<Screens::FlashLight>(this, *systemTask, brightnessController); - ReturnApp(Apps::QuickSettings, FullRefreshDirections::Down, TouchEvents::SwipeDown); - break; case Apps::HeartRate: currentScreen = std::make_unique<Screens::HeartRate>(this, heartRateController, *systemTask); break; |
