[BH-1620] Fix pause deactivation by a deep press The deep press doesn't deactivate the pause in a timer or loop mode.
2 files changed, 1 insertions(+), 7 deletions(-) M harmony_changelog.md M products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationRunningProgressWindow.cpp
M harmony_changelog.md => harmony_changelog.md +1 -2
@@ 5,13 5,12 @@ ### Fixed * Fixed displayed device name when connected to Windows * Fixed the wrong front light on back action in alarms * Fixed the pause deactivation by a deep press in relaxation ### Added ### Changed ### Fixed ## [1.8.0 2022-12-14] ### Added
M products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationRunningProgressWindow.cpp => products/BellHybrid/apps/application-bell-relaxation/windows/RelaxationRunningProgressWindow.cpp +0 -5
@@ 88,11 88,6 @@ namespace gui presenter->onBeforeShow(); updateTime(); if (mode == ShowMode::GUI_SHOW_RETURN && presenter->isPaused()) { presenter->resume(); return; } if (data && typeid(*data) == typeid(RelaxationSwitchData)) { auto *audioSwitchData = static_cast<RelaxationSwitchData *>(data); audioContext = audioSwitchData->getAudioContext();