Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix compile error
  • Loading branch information
fzyzcjy committed Mar 6, 2021
commit 5aeebd63375e6624619ec950b9988d971ffce085
2 changes: 1 addition & 1 deletion flutter/lib/src/default_integrations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class LoadAndroidImageListIntegration
// we call on every event because the loaded image list is cached
// and it could be changed on the Native side.
final imageList = List<Map<dynamic, dynamic>>.from(
await (_channel.invokeMethod('loadImageList'),
await (_channel.invokeMethod('loadImageList')),
);

if (imageList.isEmpty) {
Expand Down