mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Use social category for stream notifications
This commit is contained in:
parent
2ef1600886
commit
9b27f60252
@ -205,6 +205,7 @@ class NotificationWorker(appContext: Context, parameters: WorkerParameters) :
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setAutoCancel(true)
|
||||
.setGroup(group)
|
||||
.setCategory(Notification.CATEGORY_SOCIAL)
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
Loading…
x
Reference in New Issue
Block a user