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

Commit ea814d9d authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android Git Automerger
Browse files

am 7fd12db3: Merge "Only hide sensitive content when Keyguard is showing" into...

am 7fd12db3: Merge "Only hide sensitive content when Keyguard is showing" into lmp-mr1-dev automerge: 3c7efdc0 automerge: 61059fe8

* commit '7fd12db3':
  Only hide sensitive content when Keyguard is showing
parents 17ba88e8 7fd12db3
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());
    }