mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -462,6 +462,11 @@ private final class ContextControllerActionsListActionItemNode: HighlightTrackin
|
||||
} else {
|
||||
minSize.width += sideInset
|
||||
}
|
||||
if self.item.additionalLeftIcon != nil {
|
||||
minSize.width += 24.0
|
||||
minSize.width += iconSideInset
|
||||
minSize.width += iconSpacing
|
||||
}
|
||||
if let forcedHeight {
|
||||
minSize.height = forcedHeight
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user