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

Commit 9fdba999 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "If "Pulse notification light" is off, don't flash the LED even once." into ics-factoryrom

parents 474a2784 ebfc0e5d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1085,9 +1085,6 @@ public class NotificationManagerService extends INotificationManager.Stub
                // pulse repeatedly
                mNotificationLight.setFlashing(ledARGB, LightsService.LIGHT_FLASH_TIMED,
                        ledOnMS, ledOffMS);
            } else {
                // pulse only once
                mNotificationLight.pulse(ledARGB, ledOnMS);
            }
        }
    }