Merge "Delay display DOZE on LS => AOD only if blanking is not needed" into tm-qpr-dev

This commit is contained in:
Josh Tsuji
2023-02-01 17:04:14 +00:00
committed by Android (Google) Code Review

View File

@@ -352,7 +352,7 @@ public class DozeParameters implements
}
private boolean willAnimateFromLockScreenToAod() {
return getAlwaysOn() && mKeyguardVisible;
return shouldControlScreenOff() && mKeyguardVisible;
}
private boolean getBoolean(String propName, int resId) {