Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ public class DozeParameters implements } private boolean willAnimateFromLockScreenToAod() { return getAlwaysOn() && mKeyguardVisible; return shouldControlScreenOff() && mKeyguardVisible; } private boolean getBoolean(String propName, int resId) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/DozeParameters.java +1 −1 Original line number Diff line number Diff line Loading @@ -352,7 +352,7 @@ public class DozeParameters implements } private boolean willAnimateFromLockScreenToAod() { return getAlwaysOn() && mKeyguardVisible; return shouldControlScreenOff() && mKeyguardVisible; } private boolean getBoolean(String propName, int resId) { Loading