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

Commit 55b0abd7 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Send LED signal up to SystemUI regardless of setting." into lmp-dev

parents 72eb2ae2 3929232c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2424,8 +2424,9 @@ public class NotificationManagerService extends SystemService {
                // pulse repeatedly
                mNotificationLight.setFlashing(ledARGB, Light.LIGHT_FLASH_TIMED,
                        ledOnMS, ledOffMS);
                mStatusBar.notificationLightPulse(ledARGB, ledOnMS, ledOffMS);
            }
            // let SystemUI make an independent decision
            mStatusBar.notificationLightPulse(ledARGB, ledOnMS, ledOffMS);
        }
    }