Update song selector controls on the proper event only
This commit is contained in:
parent
5f53a5dbc2
commit
203fadccb4
@ -696,7 +696,7 @@ public class SongSelector extends PlaybackActivity implements AdapterView.OnItem
|
||||
{
|
||||
super.receive(intent);
|
||||
|
||||
if (mControls != null)
|
||||
if (mControls != null && PlaybackService.EVENT_CHANGED.equals(intent.getAction()))
|
||||
onSongChange((Song)intent.getParcelableExtra("song"));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user