Skip to content

Commit 51d6c6d

Browse files
committed
remove duration
1 parent 6a707da commit 51d6c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flutter/example/lib/auto_close_screen.dart

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class AutoCloseScreenState extends State<AutoCloseScreen> {
2727
description: 'running a $delayInSeconds seconds operation');
2828
await Future.delayed(const Duration(seconds: delayInSeconds));
2929
await childSpan?.finish();
30-
await Future.delayed(const Duration(seconds: 2));
3130
SentryFlutter.reportFullDisplay();
3231
// ignore: use_build_context_synchronously
3332
Navigator.of(context).pop();

0 commit comments

Comments
 (0)