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

Commit 6da1166f 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:...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2652070



Change-Id: I53dd213d03b98ad30a0385b0192d86a8bb59a938
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents ba298a2b a8c202a2
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")