Fix async quote positioning

This commit is contained in:
Ali
2023-10-25 22:22:45 +04:00
parent 5c0851bb15
commit 6fab49a229
2 changed files with 18 additions and 12 deletions

View File

@@ -2953,9 +2953,6 @@ open class ListView: ASDisplayNode, UIScrollViewAccessibilityDelegate, UIGesture
offset = (self.visibleSize.height - insets.bottom) - itemNode.apparentFrame.maxY + itemNode.insets.top
offset += overflow
offset -= floor((self.visibleSize.height - insets.bottom - insets.top) * 0.5)
//offset += 100.0
//offset = (self.visibleSize.height - insets.bottom) - itemNode.apparentFrame.maxY + getOverflow(itemNode)
}
}
case .visible: