Skip to content

Commit

Permalink
Merge branch 'master' into kuukiyomi
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Jun 15, 2024
2 parents e59011f + e1087ab commit c91473e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class PictureInPictureHandler {
PendingIntent.getBroadcast(
context,
requestCode,
Intent(ACTION_MEDIA_CONTROL).putExtra(EXTRA_CONTROL_TYPE, controlType),
Intent(ACTION_MEDIA_CONTROL).putExtra(EXTRA_CONTROL_TYPE, controlType).setPackage(context.packageName),
PendingIntent.FLAG_IMMUTABLE,
),
)
Expand Down

0 comments on commit c91473e

Please sign in to comment.