Skip to content

Commit

Permalink
Explicitly silenced notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
spacecowboy committed Jul 31, 2024
1 parent 90dbe59 commit e41f073
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ private suspend fun singleNotification(
.setGroup(ARTICLE_NOTIFICATION_GROUP)
.setGroupAlertBehavior(GROUP_ALERT_SUMMARY)
.setDeleteIntent(getPendingDeleteIntent(context, item))
.setSilent(true)
.setNumber(1)

// Note that notifications must use PNG resources, because there is no compatibility for vector drawables here
Expand Down

0 comments on commit e41f073

Please sign in to comment.