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

Commit 40b3f9de authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Fixed that HUNs wouldn't show when the keyguard is occluded am: 2dabc828 am: 2a5ad748

am: 7148c727

Change-Id: Idd8804b40c2f7b18e7c78e30d178ac15ed99a577
parents af34bd5c 7148c727
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2521,8 +2521,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) {