Fix notification bitmap and progressbar
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user