M => +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