Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6803bb26 authored by Michael W's avatar Michael W
Browse files

DeskClock: Fix screensaver style

* It currently takes the clock style, not the set screensaver style

Change-Id: I0a3479f5a7a1ec9725de3ff754ce7ee2c260eb18
parent 13c9ec25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ public class ScreensaverActivity extends BaseActivity {

        Utils.setClockIconTypeface(mMainClockView);
        Utils.setScreensaverTimeFormat((TextClock) digitalClock, false);
        Utils.setClockStyle(digitalClock, analogClock);
        Utils.setScreensaverClockStyle(digitalClock, analogClock);
        Utils.dimClockView(true, mMainClockView);
        analogClock.enableSeconds(false);