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

Commit 11701602 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Merge "Fix separator color for light wallpapers" into pi-dev am: ed0b75df

am: 40b3dc22

Change-Id: I6b44c8c304f8069dcb5be5937b0985984847e1a3
parents 48f9993f 40b3dc22
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ import android.app.ActivityManager;
import android.app.AlarmManager;
import android.app.IActivityManager;
import android.content.Context;
import android.content.res.ColorStateList;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.graphics.Color;
@@ -357,7 +358,7 @@ public class KeyguardStatusView extends GridLayout {
        updateDozeVisibleViews();
        mKeyguardSlice.setDark(darkAmount);
        mClockView.setTextColor(blendedTextColor);
        mClockSeparator.setBackgroundColor(blendedTextColor);
        mClockSeparator.setBackgroundTintList(ColorStateList.valueOf(blendedTextColor));
    }

    public void setPulsing(boolean pulsing) {