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

Commit e600d92d authored by Sihua Ma's avatar Sihua Ma Committed by Automerger Merge Worker
Browse files

Increasing visibility of function getUserFlagOpLocked am: 598b6927 am: 8b1948e2

parents f7f4a777 8b1948e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ public abstract class BaseIconCache {
        return mDefaultIcon.withFlags(getUserFlagOpLocked(user));
    }

    private FlagOp getUserFlagOpLocked(UserHandle user) {
    protected FlagOp getUserFlagOpLocked(UserHandle user) {
        int key = user.hashCode();
        int index;
        if ((index = mUserFlagOpMap.indexOfKey(key)) >= 0) {