Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
mvn-hieunguyen-hn committed Sep 10, 2024
1 parent 6c18404 commit 7e56327
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,9 @@ class BetterPlayerPlugin : FlutterPlugin, ActivityAware, MethodCallHandler {
return PendingIntent.getBroadcast(
flutterState?.applicationContext,
customAction.rawValue,
Intent(DW_NFC_BETTER_PLAYER_CUSTOM_ACTION).putExtra(
EXTRA_ACTION_TYPE,
customAction.rawValue
).setPackage(activity!!.packageName),
Intent(DW_NFC_BETTER_PLAYER_CUSTOM_ACTION)
.putExtra(EXTRA_ACTION_TYPE, customAction.rawValue)
.setPackage(activity!!.packageName),
PendingIntent.FLAG_IMMUTABLE
)
}
Expand Down

0 comments on commit 7e56327

Please sign in to comment.