[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: