Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/RenderNotificationListInteractor.kt +8 −1 Original line number Diff line number Diff line Loading @@ -152,6 +152,13 @@ private class ActiveNotificationsStoreBuilder( } else { null } val promotedContent = if (PromotedNotificationContentModel.featureFlagEnabled()) { promotedNotificationContentModel } else { null } return existingModels.createOrReuse( key = key, groupKey = sbn.groupKey, Loading @@ -174,7 +181,7 @@ private class ActiveNotificationsStoreBuilder( isGroupSummary = sbn.notification.isGroupSummary, bucket = bucket, callType = sbn.toCallType(), promotedContent = promotedNotificationContentModel, promotedContent = promotedContent, ) } } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/domain/interactor/RenderNotificationListInteractor.kt +8 −1 Original line number Diff line number Diff line Loading @@ -152,6 +152,13 @@ private class ActiveNotificationsStoreBuilder( } else { null } val promotedContent = if (PromotedNotificationContentModel.featureFlagEnabled()) { promotedNotificationContentModel } else { null } return existingModels.createOrReuse( key = key, groupKey = sbn.groupKey, Loading @@ -174,7 +181,7 @@ private class ActiveNotificationsStoreBuilder( isGroupSummary = sbn.notification.isGroupSummary, bucket = bucket, callType = sbn.toCallType(), promotedContent = promotedNotificationContentModel, promotedContent = promotedContent, ) } } Loading