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

Commit e730fd64 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixes notification blocking from secure camera."

parents fdd0229d 69704c65
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -5277,8 +5277,7 @@ public class StatusBar extends SystemUI implements DemoMode,
            (Runnable saveImportance, StatusBarNotification sbn) -> {
                // If the user has security enabled, show challenge if the setting is changed.
                if (mLockscreenUserManager.isLockscreenPublicMode(sbn.getUser().getIdentifier())
                        && (mState == StatusBarState.KEYGUARD ||
                                mState == StatusBarState.SHADE_LOCKED)) {
                        && mKeyguardManager.isKeyguardLocked()) {
                    onLockedNotificationImportanceChange(() -> {
                        saveImportance.run();
                        return true;