This commit is contained in:
Ilya Laktyushin 2023-10-31 16:41:30 +04:00
parent 1c823567ab
commit 5a4a52e710
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -635,7 +635,7 @@ public final class MessageInlineBlockBackgroundView: UIView {
} }
if previousParams?.pattern != params.pattern { if previousParams?.pattern != params.pattern {
if let pattern = params.pattern { if let pattern = params.pattern, pattern.fileId != 0 {
self.layer.masksToBounds = true self.layer.masksToBounds = true
self.layer.cornerRadius = radius self.layer.cornerRadius = radius
if #available(iOS 13.0, *) { if #available(iOS 13.0, *) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long