mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
clarify parameter
This commit is contained in:
@@ -15,7 +15,7 @@ class RemoteImageRequest extends ImageRequest {
|
||||
final Map<String, int> info = await remoteImageApi.requestImage(uri, headers: headers, requestId: requestId);
|
||||
|
||||
try {
|
||||
final frame = await _fromPlatformImage(info, Platform.isIOS);
|
||||
final frame = await _fromPlatformImage(info, shouldFree: Platform.isIOS);
|
||||
return frame == null ? null : ImageInfo(image: frame.image, scale: scale);
|
||||
} finally {
|
||||
if (Platform.isAndroid) {
|
||||
|
||||
Reference in New Issue
Block a user