Loading services/java/com/android/server/NotificationManagerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -1358,8 +1358,6 @@ class NotificationManagerService extends INotificationManager.Stub { if (mLedNotification == null || (mScreenOn && (mPulseScreen == 0)) || mInCall) { mNotificationLight.turnOff(); isTimer = false; if(powerWake != null && powerWake.isHeld()) powerWake.release(); } else { if (mSuccession == 1) { int n = mLights.size(); Loading Loading
services/java/com/android/server/NotificationManagerService.java +0 −2 Original line number Diff line number Diff line Loading @@ -1358,8 +1358,6 @@ class NotificationManagerService extends INotificationManager.Stub { if (mLedNotification == null || (mScreenOn && (mPulseScreen == 0)) || mInCall) { mNotificationLight.turnOff(); isTimer = false; if(powerWake != null && powerWake.isHeld()) powerWake.release(); } else { if (mSuccession == 1) { int n = mLights.size(); Loading