~aleteoryx/muditaos

e03bd90b7d2347fde0b158238395d6cfef6ea0d0 — Paweł Joński 3 years ago 228e36a
[BH-1510] Remove alarm notification text on alarm edit

Homescreen alarm editing will remove the bottom text if exists
1 files changed, 1 insertions(+), 0 deletions(-)

M products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp
M products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp => products/BellHybrid/apps/common/src/layouts/HomeScreenLayoutClassic.cpp +1 -0
@@ 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);