From e03bd90b7d2347fde0b158238395d6cfef6ea0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Jo=C5=84ski?= Date: Mon, 30 May 2022 14:03:51 +0200 Subject: [PATCH] [BH-1510] Remove alarm notification text on alarm edit Homescreen alarm editing will remove the bottom text if exists --- .../apps/common/src/layouts/HomeScreenLayoutClassic.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp b/products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp index fb5ea36d05de5670b4e9ce95273475c8c677bf59..71305fd28e1821aedd3502e987ec29527ee592df 100644 --- a/products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp +++ b/products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp @@ -100,6 +100,7 @@ namespace gui case app::home_screen::ViewState::AlarmEdit: alarm->setEditMode(EditMode::Edit); setHeaderViewMode(HeaderViewMode::AlarmIconAndTime); + removeTextDescription(); break; case app::home_screen::ViewState::ActivatedWait: alarm->setAlarmStatus(AlarmSetSpinner::Status::ACTIVATED);