From 5946bb6e48985d769a084d10c2c03527402dd85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Tue, 25 Apr 2017 14:39:53 +0200 Subject: [PATCH] [apps] Stop backlight dimming when waking up (2) Change-Id: I28ec565072791d6bfa5e73a003fb2a6a9e684de7 --- apps/apps_container.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/apps_container.cpp b/apps/apps_container.cpp index 7b856ee5e..2d27adc70 100644 --- a/apps/apps_container.cpp +++ b/apps/apps_container.cpp @@ -83,6 +83,7 @@ void AppsContainer::suspend() { * the frame memory is lost. That's why we need to force a window redraw * upon wakeup, otherwise the screen is filled with noise. */ Ion::Backlight::setBrightness(Ion::Backlight::MaxBrightness); + m_backlightDimmingTimer.reset(); window()->redraw(true); }