Update to iOS 13

This commit is contained in:
Isaac
2025-06-11 16:59:53 +08:00
parent 5200c378c6
commit c7a2fe5d3e
75 changed files with 336 additions and 274 deletions

View File

@@ -1187,8 +1187,8 @@ final class GiftStoreScreenComponent: Component {
self.nextScrollTransition = nil
}
let scrollInsets = UIEdgeInsets(top: topPanelHeight, left: 0.0, bottom: 0.0, right: 0.0)
if self.scrollView.scrollIndicatorInsets != scrollInsets {
self.scrollView.scrollIndicatorInsets = scrollInsets
if self.scrollView.verticalScrollIndicatorInsets != scrollInsets {
self.scrollView.verticalScrollIndicatorInsets = scrollInsets
}
if !previousBounds.isEmpty, !transition.animation.isImmediate {