~aleteoryx/muditaos

b702d3300f88307a3758ffcfd2e285e9429f3c91 — Mateusz Piesta 4 years ago d839f90
[BH-1182] Onboarding updates

Fixed wrong font size
[BH-1183] Auto back timer update
M products/BellHybrid/apps/application-bell-settings/data/BellSettingsStyle.hpp => products/BellHybrid/apps/application-bell-settings/data/BellSettingsStyle.hpp +1 -1
@@ 19,7 19,7 @@ namespace gui

        namespace time_fmt_set_list_item
        {
            inline constexpr auto font = style::window::font::supersizemelight;
            inline constexpr auto font = style::window::font::supersizeme;
        } // namespace time_fmt_set_list_item

        namespace top_text

M products/BellHybrid/services/appmgr/include/appmgr/IdleHandler.hpp => products/BellHybrid/services/appmgr/include/appmgr/IdleHandler.hpp +1 -1
@@ 11,7 11,7 @@

namespace app::manager
{
    constexpr auto idleReturnTimeout = std::chrono::minutes{3};
    constexpr auto idleReturnTimeout = std::chrono::seconds{10};
    using connectFunction            = std::function<bool(const std::type_info &, sys::MessageHandler)>;

    class IdleHandler