2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Closed alpha 2.1.7.1: Fix build for Xcode.

This commit is contained in:
John Preston
2020-05-26 21:53:10 +04:00
parent 6dabd87df3
commit a9b70a7d63
2 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ void PhotoData::load(
if (size == PhotoSize::Large) {
_owner->photoLoadFail(this, started);
}
}, [=, &image] {
}, [=] {
finishLoad(size);
if (size == PhotoSize::Large) {
_owner->photoLoadDone(this);