mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Pre-release
This commit is contained in:
@@ -986,9 +986,6 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
|
||||
} else if let _ = message.peers[message.id.peerId] as? TelegramSecretChat {
|
||||
displayMediaPreviews = false
|
||||
}
|
||||
if !item.context.sharedContext.immediateExperimentalUISettings.chatListPhotos {
|
||||
displayMediaPreviews = false
|
||||
}
|
||||
if displayMediaPreviews {
|
||||
let contentImageFillSize = CGSize(width: 8.0, height: contentImageSize.height)
|
||||
_ = contentImageFillSize
|
||||
|
||||
Reference in New Issue
Block a user