~aleteoryx/muditaos

63ae4d647498222c8ef23b99049498a1090800b8 — wojtekrzepecki 4 years ago 69e5fe5
[MOS-224] Fix phone lock window timeout

extened timeout for better readbility
1 files changed, 2 insertions(+), 2 deletions(-)

M module-apps/apps-common/popups/lock-popups/PhoneLockedInfoWindow.cpp
M module-apps/apps-common/popups/lock-popups/PhoneLockedInfoWindow.cpp => module-apps/apps-common/popups/lock-popups/PhoneLockedInfoWindow.cpp +2 -2
@@ 1,4 1,4 @@
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "PhoneLockedInfoWindow.hpp"


@@ 11,7 11,7 @@
using namespace gui;

PhoneLockedInfoWindow::PhoneLockedInfoWindow(app::ApplicationCommon *app, const std::string &name)
    : WindowWithTimer(app, name, std::chrono::seconds(2))
    : WindowWithTimer(app, name, std::chrono::seconds{4})
{
    buildInterface();
}