mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20: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)
|
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||||
.setAutoCancel(true)
|
.setAutoCancel(true)
|
||||||
.setGroup(group)
|
.setGroup(group)
|
||||||
|
.setCategory(Notification.CATEGORY_SOCIAL)
|
||||||
}
|
}
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user