We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcf5d5 commit 54c3befCopy full SHA for 54c3bef
lib/src/toolbar/buttons/clipboard_button.dart
@@ -29,7 +29,7 @@ class ClipboardMonitor {
29
30
if (add) {
31
_timer = Timer.periodic(
32
- const Duration(seconds: 1), (timer) => _update(listener));
+ const Duration(seconds: 1), (timer) => _update(listener));
33
} else {
34
_timer?.cancel();
35
}
0 commit comments