Fixed bottom bar sometimes disappearing from itself after changing the theme.

This commit is contained in:
Karim Abou Zeid 2015-08-16 20:36:05 +02:00
commit bd89289a1f
4 changed files with 35 additions and 16 deletions

View file

@ -161,7 +161,6 @@ public class MusicPlayerRemote {
return -1;
}
@Nullable
public static ArrayList<Song> getPlayingQueue() {
if (musicService != null) {
return musicService.getPlayingQueue();