Fixed background playback issue
This commit is contained in:
parent
1ce08c4998
commit
d0ced3ba6c
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@ public class MusicService extends Service implements SharedPreferences.OnSharedP
|
|||
}
|
||||
|
||||
notification = builder.build();
|
||||
notificationManager.notify(0, notification);
|
||||
startForeground(1, notification);
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue