Fix switching to main player when MainActivity is closed
This commit is contained in:
parent
5a87cfc25d
commit
1b47a1a994
4 changed files with 18 additions and 4 deletions
|
|
@ -486,6 +486,7 @@ public final class NavigationHelper {
|
|||
|
||||
final Intent intent = getOpenIntent(context, url, serviceId,
|
||||
StreamingService.LinkType.STREAM);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
intent.putExtra(Constants.KEY_TITLE, title);
|
||||
intent.putExtra(VideoDetailFragment.KEY_SWITCHING_PLAYERS, switchingPlayers);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue