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

Commit 61059fe8 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

* commit '3c7efdc0':
  Only hide sensitive content when Keyguard is showing
parents 343baef7 3c7efdc0
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());
    }