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 5b93f8d commit 96ece56Copy full SHA for 96ece56
1 file changed
flutter/lib/src/replay/scheduled_recorder.dart
@@ -67,7 +67,7 @@ class ScheduledScreenshotRecorder extends ScreenshotRecorder {
67
// actions, there may not be any frame captured for a long time so even
68
// the IdleFrameFiller won't have anything to repeat. This would appear
69
// as if the replay was broken.
70
- options.bindingUtils.instance!.scheduleFrame();
+ options.bindingUtils.instance!.ensureVisualUpdate();
71
}
72
73
Future<void> stop() async {
0 commit comments