Skip to content

Commit

Permalink
Fix brightness icon when swiping to close flashlight
Browse files Browse the repository at this point in the history
Fix bug referenced in issue InfiniTimeOrg#1751
  • Loading branch information
serosi authored Nov 8, 2023
1 parent e6b96c2 commit 1793843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
currentScreen.reset(nullptr);
SetFullRefresh(direction);

brightnessController.Set(settingsController.GetBrightness());

switch (app) {
case Apps::Launcher:
currentScreen =
Expand Down

0 comments on commit 1793843

Please sign in to comment.