Skip to content

Commit

Permalink
fix-android-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-zimerman committed Oct 18, 2024
1 parent 1b898a6 commit b14f1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ public class RNSentryModuleImpl {

/** Max trace file size in bytes. */
private long maxTraceFileSize = 5 * 1024 * 1024;
private final @NotNull SentryDateProvider dateProvider;

private final @NotNull SentryDateProvider dateProvider;

public RNSentryModuleImpl(ReactApplicationContext reactApplicationContext) {
packageInfo = getPackageInfo(reactApplicationContext);
Expand Down

0 comments on commit b14f1d8

Please sign in to comment.