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

Commit fc66de20 authored by Steve Elliott's avatar Steve Elliott Committed by Gerrit Code Review
Browse files

Merge "Fix multi-user silent notifications on lockscreen" into main

parents 566c209f 77195ba4
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")