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

Commit fb0a9057 authored by Steve Kondik's avatar Steve Kondik
Browse files

notificationmanager: Fix compilation isues

 * (merge with LED configuration)

Change-Id: Iaa2e666f2e2297ef35f884167b8cd231fe9d479e
parent 4daed36b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2996,12 +2996,12 @@ public class NotificationManagerService extends SystemService {
            enableLed = true;
        }

        if (!enabled) {
        if (!enableLed) {
            mNotificationLight.turnOff();
            mStatusBar.notificationLightOff();
        } else {
            final Notification ledno = mLedNotification.sbn.getNotification();
            final NotificationLedValues ledValues = getLedValuesForNotification(mLedNotification);
            final Notification ledno = ledNotification.sbn.getNotification();
            final NotificationLedValues ledValues = getLedValuesForNotification(ledNotification);
            int ledARGB;
            int ledOnMS;
            int ledOffMS;