mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 12:32:31 +01:00
Fix Play with Kodi button in Player always prompts to install Kore
This commit is contained in:
parent
332b90d6c1
commit
9fc3ddeab7
@ -596,6 +596,7 @@ public final class NavigationHelper {
|
||||
final Intent intent = new Intent(Intent.ACTION_VIEW);
|
||||
intent.setPackage(context.getString(R.string.kore_package));
|
||||
intent.setData(videoURL);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
context.startActivity(intent);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user