[MOS-402] Illegible time bug fix Fix for the bug that after a few hours of inactivity time on lock screen was getting illegible.
1 files changed, 1 insertions(+), 1 deletions(-) M module-apps/apps-common/popups/lock-popups/PhoneLockedWindow.hpp
M module-apps/apps-common/popups/lock-popups/PhoneLockedWindow.hpp => module-apps/apps-common/popups/lock-popups/PhoneLockedWindow.hpp +1 -1
@@ 31,7 31,7 @@ namespace gui private: bool processLongReleaseEvent(const InputEvent &inputEvent); static constexpr auto refreshTimerName = "PhoneLockRefreshTimer"; static constexpr auto refreshTimeout = std::chrono::hours(4); static constexpr auto refreshTimeout = std::chrono::hours(1); sys::TimerHandle screenRefreshTimer; std::unique_ptr<WallpaperPresenter> wallpaperPresenter;