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

Commit fb528820 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android Git Automerger
Browse files

am 9fdba999: Merge "If "Pulse notification light" is off, don\'t flash the LED...

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

* commit '9fdba999':
  If "Pulse notification light" is off, don't flash the LED even once.
parents 576b6bb2 9fdba999
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);
            }
        }
    }