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

Commit 603c8d9f authored by Danny Baumann's avatar Danny Baumann
Browse files

Remove unused condition.

Change-Id: Id9c41b40cfe91fac24817da93db8b075062cd336
parent 4590d5f1
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1456,7 +1456,6 @@ public class NotificationManagerService extends INotificationManager.Stub
    }

    private void updateRGBLightsLocked() {
        boolean SHOLES_DEVICE = Build.DEVICE.contains("sholes");
        int mPulseScreen = Settings.System.getInt(mContext.getContentResolver(),
                Settings.System.TRACKBALL_SCREEN_ON, 0);
        int mSuccession = Settings.System.getInt(mContext.getContentResolver(),
@@ -1474,10 +1473,6 @@ public class NotificationManagerService extends INotificationManager.Stub
            mPulseAllColor = 0;
        }

        if (SHOLES_DEVICE) {
            mBlendColor = 0;
        }

        // Battery low always shows, other states only show if charging.
        if (mBatteryLow) {
	    int color = adjustForQuietHours(BATTERY_LOW_ARGB);