Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/icon/NotificationIconStyleProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ constructor(private val userManager: UserManager, dumpManager: DumpManager) : private val cache = NotifCollectionCache<Boolean>() override fun shouldShowAppIcon(notification: StatusBarNotification, context: Context): Boolean { val packageContext = notification.getPackageContext(context) return cache.getOrFetch(notification.packageName) { val packageContext = notification.getPackageContext(context) !belongsToHeadlessSystemApp(packageContext) } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/icon/NotificationIconStyleProvider.kt +1 −1 Original line number Diff line number Diff line Loading @@ -73,8 +73,8 @@ constructor(private val userManager: UserManager, dumpManager: DumpManager) : private val cache = NotifCollectionCache<Boolean>() override fun shouldShowAppIcon(notification: StatusBarNotification, context: Context): Boolean { val packageContext = notification.getPackageContext(context) return cache.getOrFetch(notification.packageName) { val packageContext = notification.getPackageContext(context) !belongsToHeadlessSystemApp(packageContext) } } Loading