Skip to content
Snippets Groups Projects
Commit 95beaad5 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Notification: Fix playback notif category

parent a7a336cf
No related branches found
No related tags found
No related merge requests found
Pipeline #5571 passed with stage
in 3 minutes and 54 seconds
......@@ -66,7 +66,7 @@ public class NotificationHelper {
.setTicker(sb.toString())
.setAutoCancel(!playing)
.setOngoing(playing)
.setCategory(NotificationCompat.CATEGORY_SERVICE)
.setCategory(NotificationCompat.CATEGORY_TRANSPORT)
.setDeleteIntent(piStop)
.setContentIntent(spi)
.addAction(new NotificationCompat.Action(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment