From 9ca1ebb27bf7f667329c08133a4739c1520342ad Mon Sep 17 00:00:00 2001 From: Lefucjusz Date: Thu, 14 Nov 2024 08:24:52 +0100 Subject: [PATCH] [BH-2090] Fix blink when disabling Power Nap Fix of the issue that frontlight would blink for a second after light clicking to stop ringing Power Nap. --- .../presenter/PowerNapProgressPresenter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/BellHybrid/apps/application-bell-powernap/presenter/PowerNapProgressPresenter.cpp b/products/BellHybrid/apps/application-bell-powernap/presenter/PowerNapProgressPresenter.cpp index 51fdd0ec4277bb71d540e05e264186b21ca1bf3f..16b82faecc8076884e53b1cb46fe840a1291fc0f 100644 --- a/products/BellHybrid/apps/application-bell-powernap/presenter/PowerNapProgressPresenter.cpp +++ b/products/BellHybrid/apps/application-bell-powernap/presenter/PowerNapProgressPresenter.cpp @@ -82,8 +82,8 @@ namespace app::powernap return; } + frontlightModel->lockKeypressTrigger(); if (frontlightModel->isAlarmLightEnabled()) { - frontlightModel->lockKeypressTrigger(); frontlightModel->startBrightnessFadeIn(); }