Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeScrimController.java +1 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,8 @@ public class DozeScrimController { // be invoked when we're done so that the caller can drop the pulse wakelock. mPulseCallback = callback; mPulseReason = reason; if (mDozeParameters.getAlwaysOn()) { mHandler.post(mPulseIn); } } /** * Aborts pulsing immediately. Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeScrimController.java +1 −3 Original line number Diff line number Diff line Loading @@ -105,10 +105,8 @@ public class DozeScrimController { // be invoked when we're done so that the caller can drop the pulse wakelock. mPulseCallback = callback; mPulseReason = reason; if (mDozeParameters.getAlwaysOn()) { mHandler.post(mPulseIn); } } /** * Aborts pulsing immediately. Loading