Skip to content

Commit

Permalink
Add notification visibility VISIBILITY_PUBLIC
Browse files Browse the repository at this point in the history
  • Loading branch information
MarmadileManteater committed Feb 2, 2024
1 parent 536f313 commit 4215bf7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class FreeTubeJavaScriptInterface {
PendingIntent.FLAG_UPDATE_CURRENT or PendingIntent.FLAG_IMMUTABLE
)
)
.setVisibility(Notification.VISIBILITY_PUBLIC)
.build()
} else {
return null
Expand Down

0 comments on commit 4215bf7

Please sign in to comment.