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

Commit a8c202a2 authored by Steve Elliott's avatar Steve Elliott Committed by Automerger Merge Worker
Browse files

Merge "Fix multi-user silent notifications on lockscreen" into main am: fc66de20 am: b88ef072

parents a8dee722 b88ef072
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ private class KeyguardNotificationVisibilityProviderImpl @Inject constructor(

    private val userTrackerCallback = object : UserTracker.Callback {
        override fun onUserChanged(newUser: Int, userContext: Context) {
            readShowSilentNotificationSetting()
            if (isLockedOrLocking) {
                // maybe public mode changed
                notifyStateChanged("onUserSwitched")