mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
fix: possible AyuForward crash
This commit is contained in:
@@ -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 = [=]
|
||||
|
||||
Reference in New Issue
Block a user