mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Chart fixes
This commit is contained in:
@@ -114,6 +114,10 @@ class StatsGraphItemNode: ListViewItemNode {
|
||||
}
|
||||
}
|
||||
|
||||
func resetInteraction() {
|
||||
self.chartNode.resetInteraction()
|
||||
}
|
||||
|
||||
func asyncLayout() -> (_ item: StatsGraphItem, _ params: ListViewItemLayoutParams, _ insets: ItemListNeighbors) -> (ListViewItemNodeLayout, () -> Void) {
|
||||
let currentItem = self.item
|
||||
let currentVisibilityHeight = self.visibilityHeight
|
||||
|
||||
Reference in New Issue
Block a user