mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Bubble background fixes
This commit is contained in:
@@ -198,7 +198,7 @@ public func messageBubbleImage(maxCornerRadius: CGFloat, minCornerRadius: CGFloa
|
||||
borderOffset = -innerExtension / 2.0 + UIScreenPixel / 2.0
|
||||
} else {
|
||||
borderWidth = UIScreenPixel + innerExtension
|
||||
borderOffset = -innerExtension / 2.0 + UIScreenPixel * 2.0 / 2.0
|
||||
borderOffset = -innerExtension / 2.0// + UIScreenPixel * 2.0 / 2.0
|
||||
}
|
||||
context.setLineWidth(borderWidth)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user