@@ 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();
}