mirror of
https://github.com/ultrasonic/ultrasonic
synced 2024-12-25 00:14:48 +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)
|
private synchronized void play(int index, boolean start)
|
||||||
{
|
{
|
||||||
|
updateRemoteControl();
|
||||||
|
|
||||||
if (index < 0 || index >= size())
|
if (index < 0 || index >= size())
|
||||||
{
|
{
|
||||||
resetPlayback();
|
resetPlayback();
|
||||||
|
Loading…
Reference in New Issue
Block a user