More fixes with opening VideoDetailFragment
This commit is contained in:
parent
bb882ada2c
commit
2a2c82e73b
13 changed files with 87 additions and 170 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue