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

Commit dafcb2c1 authored by Michael Bestas's avatar Michael Bestas Committed by Abhishek Aggarwal
Browse files

ClockDrawableWrapper: Set DISABLE_SECONDS to false

Change-Id: I63c53af5ad2d029063f2b7eedb20b02f42ccd0a1
parent 8b9ed99a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public class ClockDrawableWrapper extends AdaptiveIconDrawable implements Bitmap

    private static final String TAG = "ClockDrawableWrapper";

    private static final boolean DISABLE_SECONDS = true;
    private static final boolean DISABLE_SECONDS = false;

    // Time after which the clock icon should check for an update. The actual invalidate
    // will only happen in case of any change.