Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2319065b authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

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

parents fc9878c1 547fa16b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -352,7 +352,7 @@ public class DozeParameters implements
    }

    private boolean willAnimateFromLockScreenToAod() {
        return getAlwaysOn() && mKeyguardVisible;
        return shouldControlScreenOff() && mKeyguardVisible;
    }

    private boolean getBoolean(String propName, int resId) {