mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-06-06 10:33:05 +03:00
Merge pull request #190 from ultrasonic/fix-notification-dismiss
Fix notification can't be killed when player is not playing.
This commit is contained in:
commit
d35888213b
@ -1094,7 +1094,7 @@ public class DownloadServiceImpl extends Service implements DownloadService
|
|||||||
}
|
}
|
||||||
setPlayerState(STOPPED);
|
setPlayerState(STOPPED);
|
||||||
}
|
}
|
||||||
else if (playerState == PAUSED)
|
else
|
||||||
{
|
{
|
||||||
setPlayerState(STOPPED);
|
setPlayerState(STOPPED);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user