mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix web app top overscroll
This commit is contained in:
@@ -389,7 +389,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
self.view.addSubview(webView)
|
self.view.addSubview(webView)
|
||||||
webView.scrollView.addSubnode(self.topOverscrollNode)
|
webView.scrollView.insertSubview(self.topOverscrollNode.view, at: 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc fileprivate func mainButtonPressed() {
|
@objc fileprivate func mainButtonPressed() {
|
||||||
|
|||||||
Reference in New Issue
Block a user