mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Update to iOS 13
This commit is contained in:
@@ -502,8 +502,8 @@ final class BotCheckoutNativeCardEntryControllerNode: ViewControllerTracingNode,
|
||||
if self.scrollNode.view.contentInset != insets {
|
||||
self.scrollNode.view.contentInset = insets
|
||||
}
|
||||
if self.scrollNode.view.scrollIndicatorInsets != insets {
|
||||
self.scrollNode.view.scrollIndicatorInsets = insets
|
||||
if self.scrollNode.view.verticalScrollIndicatorInsets != insets {
|
||||
self.scrollNode.view.verticalScrollIndicatorInsets = insets
|
||||
}
|
||||
self.scrollNode.view.ignoreUpdateBounds = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user