Skip to content

Commit 9b96e82

Browse files
committed
fixup
1 parent 984e066 commit 9b96e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/screenshot/recorder.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class _Capture<R> {
199199
// Weirdly, dumping the image data seems to prevent this issue...
200200
{
201201
// we do so in a block so it can be GC'ed early.
202-
final _ = image.toByteData();
202+
final _ = await image.toByteData();
203203
}
204204

205205
try {

0 commit comments

Comments
 (0)