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

Commit ab821716 authored by Matt Pietal's avatar Matt Pietal Committed by Presubmit Automerger Backend
Browse files

[automerge] Revert "[DO NOT MERGE] Keyguard was hiding occluding activities" 2p: d7fe1842

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17145222

Change-Id: Iba6f17c04043eaaa6ead6195723985cd9476d1c2
parents 2769a48e d7fe1842
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -2937,9 +2937,8 @@ public class StatusBar extends SystemUI implements
        // turned off fully.
        boolean keyguardForDozing = mDozeServiceHost.getDozingRequested()
                && (!mDeviceInteractive || isGoingToSleep() && (isScreenFullyOff() || mIsKeyguard));
        boolean isWakingAndOccluded = isOccluded() && isWaking();
        boolean shouldBeKeyguard = (mStatusBarStateController.isKeyguardRequested()
                || keyguardForDozing) && !wakeAndUnlocking && !isWakingAndOccluded;
                || keyguardForDozing) && !wakeAndUnlocking;
        if (keyguardForDozing) {
            updatePanelExpansionForKeyguard();
        }
@@ -3717,10 +3716,6 @@ public class StatusBar extends SystemUI implements
                == WakefulnessLifecycle.WAKEFULNESS_GOING_TO_SLEEP;
    }

    boolean isWaking() {
        return mWakefulnessLifecycle.getWakefulness() == WakefulnessLifecycle.WAKEFULNESS_WAKING;
    }

    public void notifyBiometricAuthModeChanged() {
        mDozeServiceHost.updateDozing();
        updateScrimController();