mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Stories
This commit is contained in:
parent
c0434e371d
commit
18dfa96fb6
@ -803,7 +803,6 @@ public final class ChatListContainerNode: ASDisplayNode, UIGestureRecognizerDele
|
||||
var ignoreStoryUnlockedScrolling: Bool = false
|
||||
var tempTopInset: CGFloat = 0.0 {
|
||||
didSet {
|
||||
if self.tempTopInset != oldValue {
|
||||
for (_, itemNode) in self.itemNodes {
|
||||
itemNode.listNode.tempTopInset = self.tempTopInset
|
||||
}
|
||||
@ -812,7 +811,6 @@ public final class ChatListContainerNode: ASDisplayNode, UIGestureRecognizerDele
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
var initialScrollingOffset: CGFloat?
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user