diff --git a/src/com/android/settings/notification/history/NotificationSbnAdapter.java b/src/com/android/settings/notification/history/NotificationSbnAdapter.java index 1d61ae79cd0..c556b55179e 100644 --- a/src/com/android/settings/notification/history/NotificationSbnAdapter.java +++ b/src/com/android/settings/notification/history/NotificationSbnAdapter.java @@ -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); }