Skip to content

Commit

Permalink
Set the notification to silent. Fixes #1033
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Aug 26, 2022
1 parent 5f8ca69 commit 27a915c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class NotificationCreator
.setPriority(NotificationCompat.PRIORITY_HIGH)
.setShowWhen(false)
.setSmallIcon(R.drawable.ic_notification)
.setSilent(true)
.setStyle(mediaStyle)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setWhen(0)
Expand Down

0 comments on commit 27a915c

Please sign in to comment.