mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Cleanup
This commit is contained in:
parent
1c823567ab
commit
5a4a52e710
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
@ -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
Loading…
x
Reference in New Issue
Block a user