mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-11 17:00:02 +00:00
Add missing argument for calling image download completion block (#1106)
This commit is contained in:
parent
1f0a213fe9
commit
209227908e
@ -136,7 +136,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (completion) {
|
if (completion) {
|
||||||
completion([UIImage imageWithData:data], connectionError, nil);
|
completion([UIImage imageWithData:data], connectionError, nil, nil);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user