mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Update to iOS 13
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user