mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix UI
This commit is contained in:
@@ -278,7 +278,7 @@ func legacyWebSearchItem(account: Account, result: ChatContextResult) -> LegacyW
|
||||
|> mapToSignal { value -> Signal<UIImage, NoError> in
|
||||
let thumbnailData = value._0
|
||||
let fullSizeData = value._1
|
||||
let fullSizeComplete = value._2
|
||||
let fullSizeComplete = value._3
|
||||
|
||||
if fullSizeComplete, let data = fullSizeData, let image = UIImage(data: data) {
|
||||
return .single(image)
|
||||
|
||||
Reference in New Issue
Block a user