~aleteoryx/muditaos

58f542516482faafffe3653d29f355e7a00b01de — Lefucjusz 2 years ago cf3ca39
[BH-1865] Remove redundant cursor in alarm edit mode

Fix for the issue that after BH-1636
hour value in alarm edit mode was
displayed with a cursor below it,
which was inconsistent with the
design.
1 files changed, 1 insertions(+), 1 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 -1
@@ 157,9 157,9 @@ namespace gui
            setTextDescription(utils::translate("app_bellmain_home_screen_bottom_desc_dp"));
            break;
        case app::home_screen::ViewState::AlarmEdit:
            alarm->setEditMode(EditMode::Edit);
            setHeaderViewMode(HeaderViewMode::AlarmIconAndTime);
            setScreenMode(ScreenViewMode::Main);
            alarm->setEditMode(EditMode::Edit);
            removeTextDescription();
            break;
        case app::home_screen::ViewState::ActivatedLowBattery: