mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-11 04:52:08 +03: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…
x
Reference in New Issue
Block a user