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

Commit 37b3b9b1 authored by Valentin Iftime's avatar Valentin Iftime
Browse files

Use profile badge without background for notification history

 Use the no-brackground work profile badge for notification history list items.

Test: manual
Bug: 291974306
Change-Id: I4c75267be1090cda03de2bc3fdcfc19fc398a223
parent db9fdb0d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class NotificationSbnAdapter extends
            holder.setDividerVisible(position < (mValues.size() -1));
            int userId = normalizeUserId(sbn);
            if (!mUserBadgeCache.containsKey(userId)) {
                Drawable profile = mContext.getPackageManager().getUserBadgeForDensity(
                Drawable profile = mContext.getPackageManager().getUserBadgeForDensityNoBackground(
                        UserHandle.of(userId), 0);
                mUserBadgeCache.put(userId, profile);
            }