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,13 +803,11 @@ public final class ChatListContainerNode: ASDisplayNode, UIGestureRecognizerDele
|
|||||||
var ignoreStoryUnlockedScrolling: Bool = false
|
var ignoreStoryUnlockedScrolling: Bool = false
|
||||||
var tempTopInset: CGFloat = 0.0 {
|
var tempTopInset: CGFloat = 0.0 {
|
||||||
didSet {
|
didSet {
|
||||||
if self.tempTopInset != oldValue {
|
for (_, itemNode) in self.itemNodes {
|
||||||
for (_, itemNode) in self.itemNodes {
|
itemNode.listNode.tempTopInset = self.tempTopInset
|
||||||
itemNode.listNode.tempTopInset = self.tempTopInset
|
}
|
||||||
}
|
if let pendingItemNode = self.pendingItemNode {
|
||||||
if let pendingItemNode = self.pendingItemNode {
|
pendingItemNode.1.listNode.tempTopInset = self.tempTopInset
|
||||||
pendingItemNode.1.listNode.tempTopInset = self.tempTopInset
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user