mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Merge commit '5a4a52e7104ac50d82859b8e0cbf09f23cc56aaa'
This commit is contained in:
@@ -635,7 +635,7 @@ public final class MessageInlineBlockBackgroundView: UIView {
|
||||
}
|
||||
|
||||
if previousParams?.pattern != params.pattern {
|
||||
if let pattern = params.pattern {
|
||||
if let pattern = params.pattern, pattern.fileId != 0 {
|
||||
self.layer.masksToBounds = true
|
||||
self.layer.cornerRadius = radius
|
||||
if #available(iOS 13.0, *) {
|
||||
|
||||
Reference in New Issue
Block a user