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

Commit 45d2ff9b authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed that HUNs wouldn't show when the keyguard is occluded" into nyc-mr1-dev

parents 375ac040 2dabc828
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2517,8 +2517,7 @@ public abstract class BaseStatusBar extends SystemUI implements

        boolean inUse = mPowerManager.isScreenOn()
                && (!mStatusBarKeyguardViewManager.isShowing()
                || mStatusBarKeyguardViewManager.isOccluded())
                && !mStatusBarKeyguardViewManager.isInputRestricted();
                || mStatusBarKeyguardViewManager.isOccluded());
        try {
            inUse = inUse && !mDreamManager.isDreaming();
        } catch (RemoteException e) {