fix: possible AyuForward crash

This commit is contained in:
AlexeyZavar
2026-06-17 14:57:19 +03:00
parent 6faf41994e
commit 9d5fa2358b
@@ -190,7 +190,7 @@ void loadPhotoSync(not_null<Main::Session*> session, const std::pair<not_null<Ph
const auto finalCheck = [=]
{
return !photo.first->loading();
return view->loaded();
};
const auto saveToFiles = [=]