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

Remove the close icon from playback notif

parent 6d83d58d
No related branches found
No related tags found
1 merge request!19Remove the close icon from playback notif
Pipeline #4561 passed with stage
in 27 minutes and 51 seconds
......@@ -85,8 +85,6 @@ public class NotificationHelper {
R.drawable.ic_widget_next_w, ctx.getString(R.string.next),
MediaButtonReceiver.buildMediaButtonPendingIntent(ctx,
PlaybackStateCompat.ACTION_SKIP_TO_NEXT)));
builder.addAction(new NotificationCompat.Action(
R.drawable.ic_widget_close_w, ctx.getString(R.string.stop), piStop));
if (AndroidDevices.showMediaStyle) {
builder.setStyle(new androidx.media.app.NotificationCompat.MediaStyle()
......
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