~aleteoryx/muditaos

639ff8c4641010f148fa6c9b6b5de55a1aa422e3 — Bartosz Szostak 3 years ago 79e1688
[MOS-558] Fix wrong nav. bar state after exit from custom repeat window

The additional navigation bar restore has been added
to have proper state after exit from custom repeat window.
No object did it before.
1 files changed, 1 insertions(+), 0 deletions(-)

M module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp
M module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp => module-apps/application-alarm-clock/widgets/AlarmRRuleOptionsItem.cpp +1 -0
@@ 56,6 56,7 @@ namespace gui
        onLoadCallback = [&]([[maybe_unused]] std::shared_ptr<AlarmEventRecord> alarm) {
            checkCustomOption(getPresenter()->getDescription());
            optionSpinner->setCurrentValue(getPresenter()->getDescription());
            this->navBarRestoreFromTemporaryMode();
        };
    }