use exoplayer design for player callbacks
This commit is contained in:
parent
c95c8d105e
commit
0a9582c509
4 changed files with 53 additions and 39 deletions
|
|
@ -137,7 +137,7 @@ public class MusicPlayerRemote {
|
|||
}
|
||||
|
||||
public static boolean isBuffering() {
|
||||
return musicService != null && musicService.isBuffering();
|
||||
return musicService != null && musicService.isLoading();
|
||||
}
|
||||
|
||||
public static void resumePlaying() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue