Fixed bottom bar sometimes disappearing from itself after changing the theme.
This commit is contained in:
parent
207d5b381f
commit
bd89289a1f
4 changed files with 35 additions and 16 deletions
|
|
@ -161,7 +161,6 @@ public class MusicPlayerRemote {
|
|||
return -1;
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public static ArrayList<Song> getPlayingQueue() {
|
||||
if (musicService != null) {
|
||||
return musicService.getPlayingQueue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue