~aleteoryx/muditaos

3be5eca695ee6bb2c1baca33c388f0c38d62c875 — Mateusz Piesta 3 years ago 43eae40
[BH-1518] Change start delay range

Meditation application's start delay range
was changed according to the new requirements.
M products/BellHybrid/apps/application-bell-meditation-timer/presenter/SettingsPresenter.cpp => products/BellHybrid/apps/application-bell-meditation-timer/presenter/SettingsPresenter.cpp +1 -1
@@ 73,7 73,7 @@ namespace app::meditation
                                     utils::translate("app_bell_meditation_chime_interval"),
                                     utils::translate("app_bell_meditation_chime_interval_bottom")};

        auto startDelay = new list_items::StartDelay{list_items::StartDelay::spinner_type::range{0, 60, 1},
        auto startDelay = new list_items::StartDelay{list_items::StartDelay::spinner_type::range{0, 90, 10},
                                                     startDelayModel,
                                                     utils::translate("app_bell_meditation_start_delay"),
                                                     utils::translate("common_second_lower")};