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

Commit fd373b7b authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Have DashClock hide lockscreen clock" into cm-10.1

parents 5f23473a a085d532
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -53,7 +53,9 @@ public class KeyguardWidgetPager extends PagedView implements PagedView.PageSwit

    private static final String[] CLOCK_WIDGET_PACKAGES = new String[] {
        "com.cyanogenmod.lockclock",
        "com.android.deskclock"
        "com.android.deskclock",
        "com.google.android.apps.dashclock",
        "net.nurik.roman.dashclock"
    };

    protected KeyguardViewStateManager mViewStateManager;