mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-16 09:20:37 +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);
|
||||
}
|
||||
else if (playerState == PAUSED)
|
||||
else
|
||||
{
|
||||
setPlayerState(STOPPED);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user