mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Merge commit 'ec4283159b80acfa310ab9fce2b3ffc680edf58d'
# Conflicts: # submodules/ChatListUI/Sources/ChatListControllerNode.swift # submodules/TelegramUI/Sources/ChatInterfaceStateInputPanels.swift # submodules/TelegramUI/Sources/ChatMessageBubbleItemNode.swift
This commit is contained in:
@@ -718,7 +718,7 @@ public final class ChatTitleView: UIView, NavigationBarTitleView {
|
||||
if self.titleRightIconNode.supernode == nil {
|
||||
self.titleTextNode.addSubnode(self.titleRightIconNode)
|
||||
}
|
||||
rightIconWidth = image.size.width + 3.0
|
||||
rightIconWidth = max(24.0, image.size.width) + 3.0
|
||||
} else if self.titleRightIconNode.supernode != nil {
|
||||
self.titleRightIconNode.removeFromSupernode()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user