Skip to content

Commit 5aeebd6

Browse files
committed
fix compile error
1 parent b7b8e23 commit 5aeebd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/default_integrations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class LoadAndroidImageListIntegration
264264
// we call on every event because the loaded image list is cached
265265
// and it could be changed on the Native side.
266266
final imageList = List<Map<dynamic, dynamic>>.from(
267-
await (_channel.invokeMethod('loadImageList'),
267+
await (_channel.invokeMethod('loadImageList')),
268268
);
269269

270270
if (imageList.isEmpty) {

0 commit comments

Comments
 (0)