From a6ef60a0e7bbbafcc80363f9e194738fd709edd3 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Sat, 17 Jul 2021 18:41:35 +0200 Subject: [PATCH] Deleted unused code --- .../play/ui/notification/PlayingNotification.java | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/java/com/cappielloantonio/play/ui/notification/PlayingNotification.java b/app/src/main/java/com/cappielloantonio/play/ui/notification/PlayingNotification.java index 63f0a9a1..50d985a7 100644 --- a/app/src/main/java/com/cappielloantonio/play/ui/notification/PlayingNotification.java +++ b/app/src/main/java/com/cappielloantonio/play/ui/notification/PlayingNotification.java @@ -42,7 +42,6 @@ public class PlayingNotification { private NotificationManager notificationManager; protected MusicService service; boolean stopped; - private PendingIntent clickIntent; public synchronized void init(MusicService service) { this.service = service;