Add play queue button to video details fragment
* Add play queue button to video details fragment * Use existing ic_list icon * Still open play queue even when queue is empty * Change app:srcCompat to android:src
This commit is contained in:
parent
ebce4c5b7e
commit
9db0133a5b
5 changed files with 30 additions and 1 deletions
|
|
@ -212,7 +212,6 @@ public final class PlayQueueActivity extends AppCompatActivity
|
|||
|
||||
if (player == null || player.getPlayQueue() == null || player.exoPlayerIsNull()) {
|
||||
unbind();
|
||||
finish();
|
||||
} else {
|
||||
onQueueUpdate(player.getPlayQueue());
|
||||
buildComponents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue