mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Fix notification bitmap and progressbar
This commit is contained in:
parent
b1fca633a6
commit
54bc709317
10 changed files with 247 additions and 228 deletions
|
|
@ -138,6 +138,10 @@ public class MusicPlayerRemote {
|
|||
return musicService != null && musicService.isPlaying();
|
||||
}
|
||||
|
||||
public static boolean isLoading() {
|
||||
return musicService != null && musicService.isLoading();
|
||||
}
|
||||
|
||||
public static void resumePlaying() {
|
||||
if (musicService != null) {
|
||||
musicService.play();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue