Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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
++
  • Loading branch information
Jonah Williams committed Nov 12, 2022
commit e881ad54c73efc4c9f97b1f821311210bd6c3925
2 changes: 1 addition & 1 deletion packages/ios_platform_images/lib/ios_platform_images.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class _FutureMemoryImage extends ImageProvider<_FutureMemoryImage> {
Future<ui.Codec> _loadAsync(
_FutureMemoryImage key,
DecoderBufferCallback decode,
) async {
) {
assert(key == this);
return _futureBytes.then(ui.ImmutableBuffer.fromUint8List).then(decode);
}
Expand Down