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:
Tobi 2022-10-06 18:55:50 +02:00 committed by GitHub
commit 8bc8355b68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 1 deletions

View file

@ -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();