diff --git a/flutter/lib/src/replay/scheduled_recorder.dart b/flutter/lib/src/replay/scheduled_recorder.dart index 89299112e..50b855c55 100644 --- a/flutter/lib/src/replay/scheduled_recorder.dart +++ b/flutter/lib/src/replay/scheduled_recorder.dart @@ -67,7 +67,7 @@ class ScheduledScreenshotRecorder extends ScreenshotRecorder { // actions, there may not be any frame captured for a long time so even // the IdleFrameFiller won't have anything to repeat. This would appear // as if the replay was broken. - options.bindingUtils.instance!.scheduleFrame(); + options.bindingUtils.instance!.ensureVisualUpdate(); } Future stop() async {