mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 07:25:46 +00:00
Closed alpha 2.1.7.1: Fix build for Xcode.
This commit is contained in:
@@ -280,7 +280,7 @@ EditCaptionBox::EditCaptionBox(
|
||||
Assert(_animated || _photo || _doc);
|
||||
|
||||
_thumbnailImageLoaded = _photoMedia
|
||||
? _photoMedia->image(Data::PhotoSize::Large)
|
||||
? (_photoMedia->image(Data::PhotoSize::Large) != nullptr)
|
||||
: _thumbnailImage
|
||||
? _thumbnailImage->loaded()
|
||||
: _documentMedia
|
||||
|
Reference in New Issue
Block a user