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

Commit 8c28b399 authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Merge "Fixed an issue where USER_ALL notifications were showing" into...

Merge "Merge "Fixed an issue where USER_ALL notifications were showing" into oc-dev am: 295dd719 am: 0151c688" into oc-dr1-dev-plus-aosp
am: 0b281957

Change-Id: I290639670e15542bb073b836e249692014cdd6c8
parents 6cdc4a9c 0b281957
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6269,6 +6269,9 @@ public class StatusBar extends SystemUI implements DemoMode,
    }

    public boolean isLockscreenPublicMode(int userId) {
        if (userId == UserHandle.USER_ALL) {
            return mLockscreenPublicMode.get(mCurrentUserId, false);
        }
        return mLockscreenPublicMode.get(userId, false);
    }