mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Cleanup
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