am 6ea720ba: Merge "Make sure to turn off led after pulse()"
* commit '6ea720bacb805e88fc3b8634bbd9dc7fa918beaa': Make sure to turn off led after pulse()
This commit is contained in:
@@ -96,6 +96,7 @@ public class LightsService {
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user