~aleteoryx/muditaos

35bc85a49a53dbc1dc28e2f99a0816a06d3f2956 — Lefucjusz 3 years ago 0276ded
[MOS-758] Fixed locked password wallpaper behavior

Fix of the issue that when quotes or logo
wallpapers were selected, clock displayed
after entering wrong password thrice
always showed 0:00.
2 files changed, 3 insertions(+), 6 deletions(-)

M module-apps/apps-common/popups/presenter/WallpaperPresenter.cpp
M pure_changelog.md
M module-apps/apps-common/popups/presenter/WallpaperPresenter.cpp => module-apps/apps-common/popups/presenter/WallpaperPresenter.cpp +2 -6
@@ 66,17 66,13 @@ namespace gui

    bool WallpaperPresenter::updateWallpaper()
    {
        switch (selectedOption) {
        case WallpaperOption::Clock:
        if (selectedOption == WallpaperOption::Clock || clockWallpaperForced) {
            if (clockWallpaper) {
                clockWallpaper->updateTime();
            }
            return true;
            break;
        default:
            return false;
            break;
        }
        return false;
    }

    void WallpaperPresenter::forceClockWallpaper()

M pure_changelog.md => pure_changelog.md +1 -0
@@ 9,6 9,7 @@
* Made windows flow in SIM cards settings more robust

### Fixed
* Fixed wrong time displayed on password locked screen with 'Quotes' or 'Logo' wallpaper
* Fixed access to the phone before going onboarding
* Fixed receiving an empty SMS message
* Fixed issue with inability to send SMS