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

Commit 9e07c1c4 authored by Dan Sandler's avatar Dan Sandler Committed by Android Git Automerger
Browse files

am 6b1f3acd: am 6ea720ba: Merge "Make sure to turn off led after pulse()"

* commit '6b1f3acd':
  Make sure to turn off led after pulse()
parents adb94013 6b1f3acd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ public class LightsService extends SystemService {
            synchronized (this) {
                if (mColor == 0 && !mFlashing) {
                    setLightLocked(color, LIGHT_FLASH_HARDWARE, onMS, 1000, BRIGHTNESS_MODE_USER);
                    mColor = 0;
                    mH.sendMessageDelayed(Message.obtain(mH, 1, this), onMS);
                }
            }