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

Notification: Fix playback notif category

parent 20e2bd1a
No related branches found
No related tags found
No related merge requests found
......@@ -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