More fixes with opening VideoDetailFragment

This commit is contained in:
Stypox 2020-10-31 20:26:09 +01:00
parent bb882ada2c
commit 2a2c82e73b
No known key found for this signature in database
GPG key ID: 4BDF1B40A49FDD23
13 changed files with 87 additions and 170 deletions

View file

@ -685,7 +685,7 @@ public class RouterActivity extends AppCompatActivity {
}
if (choice.playerChoice.equals(videoPlayerKey)) {
NavigationHelper.playOnMainPlayer(this, playQueue);
NavigationHelper.playOnMainPlayer(this, playQueue, false);
} else if (choice.playerChoice.equals(backgroundPlayerKey)) {
NavigationHelper.playOnBackgroundPlayer(this, playQueue, true);
} else if (choice.playerChoice.equals(popupPlayerKey)) {