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

Commit 65a5c680 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

am: 3158673e

Change-Id: I2001475c549a1ecf1dec7e469bddc3a22ce86b57
parents 8411eaf2 3158673e
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);
    }