Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Sep 14, 2023
1 parent de30b14 commit 2cbcd29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void registerAutomaticBreadcrumbReceivers() {

backtraceBroadcastReceiver = new BacktraceBroadcastReceiver(this);

if(Build.VERSION.SDK_INT >= 33) {
if (Build.VERSION.SDK_INT >= 33) {
context.registerReceiver(backtraceBroadcastReceiver,
backtraceBroadcastReceiver.getIntentFilter(), RECEIVER_EXPORTED);
} else {
Expand Down Expand Up @@ -356,6 +356,7 @@ private boolean addConfigurationBreadcrumb() {

/**
* Determinate if Breadcrumbs are enabled.
*
* @return true if breadcrumbs are enabled.
*/
public boolean isEnabled() {
Expand Down

0 comments on commit 2cbcd29

Please sign in to comment.