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

Commit cd34b85c authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Automerger Merge Worker
Browse files

Merge "Fix notification animation from AOD" into tm-qpr-dev am: 8eee52bf

parents 89bfaa3f 8eee52bf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2721,7 +2721,8 @@ public class CentralSurfacesImpl extends CoreStartable implements
    @Override
    public void dismissKeyguardThenExecute(OnDismissAction action, Runnable cancelAction,
            boolean afterKeyguardGone) {
        if (mWakefulnessLifecycle.getWakefulness() == WAKEFULNESS_ASLEEP
        if (!action.willRunAnimationOnKeyguard()
                && mWakefulnessLifecycle.getWakefulness() == WAKEFULNESS_ASLEEP
                && mKeyguardStateController.canDismissLockScreen()
                && !mStatusBarStateController.leaveOpenOnKeyguardHide()
                && mDozeServiceHost.isPulsing()) {