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 ba0b8e7 commit 3d489d9Copy full SHA for 3d489d9
flutter/lib/src/event_processor/screenshot_event_processor.dart
@@ -41,7 +41,7 @@ class ScreenshotEventProcessor implements EventProcessor {
41
42
// ignore: invalid_use_of_internal_member
43
final now = _options.clock();
44
- final difference = _lastApplyCall?.difference(DateTime.now()).abs();
+ final difference = _lastApplyCall?.difference(now).abs();
45
_lastApplyCall = now;
46
47
if (difference != null && difference < debounceDuration) {
0 commit comments