Merge pull request #8946 from HybridAU/add_play_queue_button_to_video_details_fragment
Add play queue button to video details fragment
This commit is contained in:
commit
8bc8355b68
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