rename isBuffering method and fix some analyzer warnings
This commit is contained in:
parent
3ff578ef91
commit
eb6fdc649d
7 changed files with 13 additions and 13 deletions
|
|
@ -136,7 +136,7 @@ public class MusicPlayerRemote {
|
|||
return musicService != null && musicService.isPlaying();
|
||||
}
|
||||
|
||||
public static boolean isBuffering() {
|
||||
public static boolean isLoading() {
|
||||
return musicService != null && musicService.isLoading();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue