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

Commit 7fd12db3 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Only hide sensitive content when Keyguard is showing" into lmp-mr1-dev automerge: 3c7efdc0

automerge: 61059fe8

* commit '61059fe8':
  Only hide sensitive content when Keyguard is showing
parents 9a4dc72b 61059fe8
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3630,9 +3630,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

    private void updatePublicMode() {
        setLockscreenPublicMode(
                (mStatusBarKeyguardViewManager.isShowing() ||
                        mStatusBarKeyguardViewManager.isOccluded())
        setLockscreenPublicMode(mStatusBarKeyguardViewManager.isShowing()
                && mStatusBarKeyguardViewManager.isSecure());
    }