mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-24 16:02:44 +01:00
Try to improve reliability of lockscreen controls
This commit is contained in:
parent
988206dde9
commit
0881c918be
@ -865,6 +865,8 @@ public class DownloadServiceImpl extends Service implements DownloadService
|
||||
|
||||
private synchronized void play(int index, boolean start)
|
||||
{
|
||||
updateRemoteControl();
|
||||
|
||||
if (index < 0 || index >= size())
|
||||
{
|
||||
resetPlayback();
|
||||
|
Loading…
Reference in New Issue
Block a user