~aleteoryx/muditaos

55b4a8ed8cb1ff82fb73526070938d41d0bc02ee — Maciej Gibowicz 2 years ago 95331b6
[BH-1726] Fix unwanted popup on shutdown screen

During the alarm occurrence and on the system turn-off screen,
selecting "No" option causes the "Next alarm will ring in 24h"
prompt to be displayed
M harmony_changelog.md => harmony_changelog.md +1 -0
@@ 12,6 12,7 @@
* Fixed the problem with the not appearing system closing window in some cases
* Fixed problem with displaying some filenames in Relaxation
* Fixed disabling the alarm on the system shutdown screen
* Fixed "Next alarm will ring in 24h" popup on shutdown screen

### Added


M products/BellHybrid/apps/application-bell-main/ApplicationBellMain.cpp => products/BellHybrid/apps/application-bell-main/ApplicationBellMain.cpp +1 -0
@@ 52,6 52,7 @@ namespace app
        bus.channels.push_back(sys::BusChannel::AlarmNotifications);

        addActionReceiver(manager::actions::ShowAlarm, [this](auto &&data) {
            clearPendingPopups();
            switchWindow(gui::name::window::main_window, std::move(data));
            return actionHandled();
        });