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

Commit 2a5ad748 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

Change-Id: If70dd09b854dfdd5964733d802d95185ee04b841
parents 4fed2a4b 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) {