Skip to content

Commit c1a42f0

Browse files
committed
⚡️ Improve delivery mode for thumbnails on iOS
1 parent 7a346ca commit c1a42f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/provider/asset_entity_image_provider.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class AssetEntityImageProvider extends ImageProvider<AssetEntityImageProvider> {
107107
return ThumbOption.ios(
108108
width: width,
109109
height: height,
110-
deliveryMode: DeliveryMode.fastFormat,
110+
deliveryMode: DeliveryMode.opportunistic,
111111
);
112112
}
113113
return ThumbOption(width: width, height: height);

0 commit comments

Comments
 (0)