mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -7,7 +7,7 @@ import ChatPresentationInterfaceState
|
||||
import ShimmerEffect
|
||||
|
||||
private let buttonFont = Font.semibold(14.0)
|
||||
private let sharedBackgroundImage = generateStretchableFilledCircleImage(radius: 4.0, color: UIColor.white)?.withRenderingMode(.alwaysTemplate)
|
||||
private let sharedBackgroundImage = generateStretchableFilledCircleImage(radius: 6.0, color: UIColor.white)?.withRenderingMode(.alwaysTemplate)
|
||||
|
||||
public final class ChatMessageAttachedContentButtonNode: HighlightTrackingButtonNode {
|
||||
private let textNode: TextNode
|
||||
@@ -60,7 +60,7 @@ public final class ChatMessageAttachedContentButtonNode: HighlightTrackingButton
|
||||
shimmerEffectNode = current
|
||||
} else {
|
||||
shimmerEffectNode = ShimmerEffectForegroundNode()
|
||||
shimmerEffectNode.cornerRadius = 5.0
|
||||
shimmerEffectNode.cornerRadius = 6.0
|
||||
self.insertSubnode(shimmerEffectNode, at: 0)
|
||||
self.shimmerEffectNode = shimmerEffectNode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user