Merge "Delay display DOZE on LS => AOD only if blanking is not needed" into tm-qpr-dev
This commit is contained in:
@@ -352,7 +352,7 @@ public class DozeParameters implements
|
||||
}
|
||||
|
||||
private boolean willAnimateFromLockScreenToAod() {
|
||||
return getAlwaysOn() && mKeyguardVisible;
|
||||
return shouldControlScreenOff() && mKeyguardVisible;
|
||||
}
|
||||
|
||||
private boolean getBoolean(String propName, int resId) {
|
||||
|
||||
Reference in New Issue
Block a user