Skip to content

Commit 1793843

Browse files
authored
Fix brightness icon when swiping to close flashlight
Fix bug referenced in issue InfiniTimeOrg#1751
1 parent e6b96c2 commit 1793843

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/displayapp/DisplayApp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,8 @@ void DisplayApp::LoadScreen(Apps app, DisplayApp::FullRefreshDirections directio
401401
currentScreen.reset(nullptr);
402402
SetFullRefresh(direction);
403403

404+
brightnessController.Set(settingsController.GetBrightness());
405+
404406
switch (app) {
405407
case Apps::Launcher:
406408
currentScreen =

0 commit comments

Comments
 (0)