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

Commit 40b3dc22 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

Change-Id: Ia221c1f6bb465215d14b66c2f03901a870462283
parents 0fb05dd6 ed0b75df
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) {