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

Commit 295dd719 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed an issue where USER_ALL notifications were showing" into oc-dev

parents 46398517 0e06bc93
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6121,6 +6121,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);
    }