Skip to content

Commit

Permalink
remove duration
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Feb 6, 2024
1 parent 6a707da commit 51d6c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flutter/example/lib/auto_close_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class AutoCloseScreenState extends State<AutoCloseScreen> {
description: 'running a $delayInSeconds seconds operation');
await Future.delayed(const Duration(seconds: delayInSeconds));
await childSpan?.finish();
await Future.delayed(const Duration(seconds: 2));
SentryFlutter.reportFullDisplay();
// ignore: use_build_context_synchronously
Navigator.of(context).pop();
Expand Down

0 comments on commit 51d6c6d

Please sign in to comment.