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:
@@ -854,7 +854,8 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
||||
|
||||
if webView.scrollView.contentInset != scrollInset {
|
||||
webView.scrollView.contentInset = scrollInset
|
||||
webView.scrollView.scrollIndicatorInsets = scrollInset
|
||||
webView.scrollView.horizontalScrollIndicatorInsets = scrollInset
|
||||
webView.scrollView.verticalScrollIndicatorInsets = scrollInset
|
||||
}
|
||||
|
||||
if previousLayout != nil && (previousLayout?.inputHeight ?? 0.0).isZero, let inputHeight = layout.inputHeight, inputHeight > 44.0, transition.isAnimated {
|
||||
|
||||
Reference in New Issue
Block a user