Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 20, 2023
1 parent 18956e2 commit d875fff
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,12 @@ public void onReceive(Context context, Intent intent) {
}
}
};
ContextCompat.registerReceiver(getContext(), broadcastReceiver, new IntentFilter(Intent.EXTRA_CHOSEN_COMPONENT), ContextCompat.RECEIVER_EXPORTED);
ContextCompat.registerReceiver(
getContext(),
broadcastReceiver,
new IntentFilter(Intent.EXTRA_CHOSEN_COMPONENT),
ContextCompat.RECEIVER_EXPORTED
);
}

@SuppressWarnings("deprecation")
Expand Down

0 comments on commit d875fff

Please sign in to comment.