~aleteoryx/muditaos

2a334c065166ac42cff66391f11fb5b8bd9c2e39 — Dawid Wojtas 3 years ago 07fb74f
[BH-1620] Fix pause deactivation by a deep press

The deep press doesn't deactivate the pause
in a timer or loop mode.
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();