clear bottom bar if queue is empty
This commit is contained in:
parent
12516353f3
commit
7271b14c34
@ -926,6 +926,9 @@ public class LibraryActivity
|
||||
protected void onStateChange(int state, int toggled)
|
||||
{
|
||||
super.onStateChange(state, toggled);
|
||||
|
||||
if ((state & PlaybackService.FLAG_EMPTY_QUEUE) != 0)
|
||||
mBottomBarControls.setSong(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user