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

@@ -420,8 +420,8 @@ final class ContextResultPanelComponent: Component {
if self.scrollView.contentInset != scrollContentInsets {
self.scrollView.contentInset = scrollContentInsets
}
if self.scrollView.scrollIndicatorInsets != scrollIndicatorInsets {
self.scrollView.scrollIndicatorInsets = scrollIndicatorInsets
if self.scrollView.verticalScrollIndicatorInsets != scrollIndicatorInsets {
self.scrollView.verticalScrollIndicatorInsets = scrollIndicatorInsets
}
if self.scrollView.contentSize != scrollContentSize {
self.scrollView.contentSize = scrollContentSize

View File

@@ -463,8 +463,8 @@ final class StickersResultPanelComponent: Component {
if self.scrollView.contentInset != scrollContentInsets {
self.scrollView.contentInset = scrollContentInsets
}
if self.scrollView.scrollIndicatorInsets != scrollIndicatorInsets {
self.scrollView.scrollIndicatorInsets = scrollIndicatorInsets
if self.scrollView.verticalScrollIndicatorInsets != scrollIndicatorInsets {
self.scrollView.verticalScrollIndicatorInsets = scrollIndicatorInsets
}
if self.scrollView.contentSize != scrollContentSize {
self.scrollView.contentSize = scrollContentSize