Skip to content

Commit

Permalink
Remove set app start info null
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Mar 4, 2024
1 parent ed3d4ae commit 81346de
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class NativeAppStartIntegration extends Integration<SentryFlutterOptions> {
final nativeAppStart = await _native.fetchNativeAppStart();

if (nativeAppStart == null || appStartEnd == null) {
setAppStartInfo(null);
return;
}

Expand Down

0 comments on commit 81346de

Please sign in to comment.