@@ 1,11 1,11 @@
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
+#include "ApplicationBellRelaxation.hpp"
#include "presenter/RelaxationEndedPresenter.hpp"
#include <Application.hpp>
#include <service-appmgr/Controller.hpp>
-#include <application-bell-main/ApplicationBellMain.hpp>
namespace app::relaxation
{
@@ 15,6 15,8 @@ namespace app::relaxation
void RelaxationEndedPresenter::activate()
{
app::manager::Controller::sendAction(
- app, app::manager::actions::Launch, std::make_unique<app::ApplicationLaunchData>(app::applicationBellName));
+ app,
+ app::manager::actions::Launch,
+ std::make_unique<app::ApplicationLaunchData>(app::applicationBellRelaxationName));
}
} // namespace app::relaxation