minor changes and refactoring
This commit is contained in:
parent
e56a20f34c
commit
704502f653
9 changed files with 30 additions and 23 deletions
|
|
@ -13,7 +13,6 @@ import com.dkanada.gramophone.service.MusicService;
|
|||
import static android.content.Context.NOTIFICATION_SERVICE;
|
||||
|
||||
public abstract class PlayingNotification {
|
||||
|
||||
private static final int NOTIFICATION_ID = 1;
|
||||
protected static final String NOTIFICATION_CHANNEL_ID = "playing_notification";
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ import static com.dkanada.gramophone.service.MusicService.ACTION_SKIP;
|
|||
import static com.dkanada.gramophone.service.MusicService.ACTION_TOGGLE;
|
||||
|
||||
public class PlayingNotificationImpl24 extends PlayingNotification {
|
||||
|
||||
@Override
|
||||
public synchronized void update() {
|
||||
stopped = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue