Skip to content

Commit

Permalink
Fix copy/pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
markushi committed Dec 12, 2023
1 parent 5d7b99b commit 59f2b2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import static io.sentry.TypeCheckHint.ANDROID_ACTIVITY;
import static io.sentry.util.IntegrationUtils.addIntegrationToSdkVersion;

import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Application;
import android.os.Bundle;
Expand Down Expand Up @@ -74,7 +73,6 @@ public synchronized void onActivityStarted(final @NotNull Activity activity) {
addBreadcrumb(activity, "started");
}

@SuppressLint("NewApi")
@Override
public synchronized void onActivityResumed(final @NotNull Activity activity) {
addBreadcrumb(activity, "resumed");
Expand Down

0 comments on commit 59f2b2d

Please sign in to comment.