mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix build
This commit is contained in:
parent
73b227040a
commit
4105befe33
@ -9,7 +9,7 @@ import TelegramUIPreferences
|
|||||||
import AccountContext
|
import AccountContext
|
||||||
import ContextUI
|
import ContextUI
|
||||||
|
|
||||||
final class InstantPageDetailsItem: InstantPageItem {
|
public final class InstantPageDetailsItem: InstantPageItem {
|
||||||
var frame: CGRect
|
var frame: CGRect
|
||||||
let wantsNode: Bool = true
|
let wantsNode: Bool = true
|
||||||
let separatesTiles: Bool = true
|
let separatesTiles: Bool = true
|
||||||
|
@ -123,7 +123,7 @@ public final class InstantPageDetailsNode: ASDisplayNode, InstantPageNode {
|
|||||||
func updateLayout(size: CGSize, transition: ContainedViewLayoutTransition) {
|
func updateLayout(size: CGSize, transition: ContainedViewLayoutTransition) {
|
||||||
}
|
}
|
||||||
|
|
||||||
override func layout() {
|
override public func layout() {
|
||||||
super.layout()
|
super.layout()
|
||||||
|
|
||||||
let size = self.bounds.size
|
let size = self.bounds.size
|
||||||
|
Loading…
x
Reference in New Issue
Block a user