mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fact check fixes
This commit is contained in:
@@ -723,7 +723,7 @@ public final class MessageInlineBlockBackgroundView: UIView {
|
||||
displayProgress: params.displayProgress,
|
||||
animation: animation
|
||||
)
|
||||
animation.animator.updateFrame(layer: lineView.layer, frame: lineFrame, completion: nil)
|
||||
animation.animator.updateFrame(layer: self.lineView.layer, frame: lineFrame, completion: nil)
|
||||
|
||||
if params.pattern != nil {
|
||||
var maxIndex = 0
|
||||
|
||||
Reference in New Issue
Block a user