[BH-1109] Fix library audio playback stop Make library audio playback to stop on return input event even in SingleShot mode
1 files changed, 0 insertions(+), 5 deletions(-) M products/BellHybrid/apps/application-bell-background-sounds/presenter/BGSoundsProgressPresenter.cpp
M products/BellHybrid/apps/application-bell-background-sounds/presenter/BGSoundsProgressPresenter.cpp => products/BellHybrid/apps/application-bell-background-sounds/presenter/BGSoundsProgressPresenter.cpp +0 -5
@@ 55,11 55,6 @@ namespace app::bgSounds } void BGSoundsProgressPresenter::onFinished() { if (player.getCurrentMode() == AbstractBGSoundsPlayer::PlaybackMode::SingleShot) { getView()->onFinished(); return; } auto onStopCallback = [this](audio::RetCode retCode) { if (retCode == audio::RetCode::Success) { getView()->onFinished();