mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various improvements
This commit is contained in:
@@ -464,7 +464,7 @@ class StatsOverviewItemNode: ListViewItemNode {
|
||||
nil
|
||||
)
|
||||
|
||||
let hasMessages = stats.viewsPerPost.current > 0
|
||||
let hasMessages = stats.viewsPerPost.current > 0 || viewsPerPostDelta.hasValue
|
||||
let hasStories = stats.viewsPerStory.current > 0 || viewsPerStoryDelta.hasValue
|
||||
|
||||
var items: [Int: (String, String, (String, ValueItemNode.DeltaColor)?)] = [:]
|
||||
|
||||
Reference in New Issue
Block a user