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

Commit 3158673e authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

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

am: 295dd719

Change-Id: I1f41744ec2cc5d820e7381858d5974b17db8d893
parents 44bb9c72 295dd719
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);
    }