mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Monoforums
This commit is contained in:
@@ -514,7 +514,7 @@ public class ChatMessageThreadInfoNode: ASDisplayNode {
|
||||
var containerSize: CGSize = CGSize(width: 22.0, height: 22.0)
|
||||
var iconX: CGFloat = 0.0
|
||||
if arguments.threadId == 1 {
|
||||
titleTopicIconContent = .image(image: generalThreadIcon)
|
||||
titleTopicIconContent = .image(image: generalThreadIcon, tintColor: nil)
|
||||
containerSize = CGSize(width: 18.0, height: 18.0)
|
||||
iconX = 3.0
|
||||
} else if let fileId = topicIconId, fileId != 0 {
|
||||
|
||||
Reference in New Issue
Block a user