Chat Import fixes

This commit is contained in:
Ali
2021-01-25 01:52:48 +05:00
parent 0e21298773
commit 4b81b2cffa
5 changed files with 20 additions and 9 deletions

View File

@@ -542,7 +542,7 @@ final class ChatMessageInteractiveFileNode: ASDisplayNode {
} else if let statusFrameValue = statusFrame {
if progressFrame.intersects(statusFrameValue) {
fittedLayoutSize.height += 10.0
statusFrame = statusFrameValue.offsetBy(dx: 0.0, dy: 15.0)
statusFrame = statusFrameValue.offsetBy(dx: 0.0, dy: 10.0)
}
}