~aleteoryx/muditaos

916da629abfaac1f30cf6068ce405b45a02bf34c — Maciej Gibowicz 2 years ago 53b1ebf
[BH-1722] Fix unswitchable alarm audio

fix for missing pop-up with information
about deactivating the alarm
1 files changed, 2 insertions(+), 0 deletions(-)

M products/BellHybrid/services/appmgr/ApplicationManager.cpp
M products/BellHybrid/services/appmgr/ApplicationManager.cpp => products/BellHybrid/services/appmgr/ApplicationManager.cpp +2 -0
@@ 69,6 69,8 @@ namespace app::manager
    {
        ApplicationManagerCommon::registerMessageHandlers();

        bus.channels.push_back(sys::BusChannel::AlarmNotifications);

        auto convertibleToActionHandler = [this](sys::Message *request) { return handleMessageAsAction(request); };
        connect(typeid(StartIdleTimerMessage), [this](sys::Message *request) {
            handleStartIdleTimer(request);