Skip to content

Commit

Permalink
Merge e6e09c7 into 2436c00
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes authored Jan 6, 2024
2 parents 2436c00 + e6e09c7 commit 7bb049d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,6 @@ public Builder(@NonNull Context context,
.setSubText(NotificationCompat.getSubText(notification))
.setSettingsText(NotificationCompat.getSettingsText(notification))
.setStyle(style)
.setContentIntent(notification.contentIntent)
.setGroup(NotificationCompat.getGroup(notification))
.setGroupSummary(NotificationCompat.isGroupSummary(notification))
.setLocusId(NotificationCompat.getLocusId(notification))
Expand Down

0 comments on commit 7bb049d

Please sign in to comment.