Fix rebase
This commit is contained in:
parent
a05ff38ffa
commit
15ebe18852
1 changed files with 1 additions and 1 deletions
|
|
@ -543,7 +543,7 @@ public class RouterActivity extends AppCompatActivity {
|
||||||
// Enqueue is only shown if the current queue is not empty.
|
// Enqueue is only shown if the current queue is not empty.
|
||||||
// However, if the playqueue or the player is cleared after this item was chosen and
|
// However, if the playqueue or the player is cleared after this item was chosen and
|
||||||
// while the item is extracted, it will automatically fall back to background player.
|
// while the item is extracted, it will automatically fall back to background player.
|
||||||
if (PlayerHolder.INSTANCE.getQueueSize() > 0) {
|
if (PlayerHolder.getInstance().getQueueSize() > 0) {
|
||||||
returnedItems.add(new AdapterChoiceItem(getString(R.string.enqueue_key),
|
returnedItems.add(new AdapterChoiceItem(getString(R.string.enqueue_key),
|
||||||
getString(R.string.enqueue_stream), R.drawable.ic_add));
|
getString(R.string.enqueue_stream), R.drawable.ic_add));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue