diff --git a/submodules/TelegramUI/Components/Stories/StoryPeerListComponent/Sources/StoryPeerListItemComponent.swift b/submodules/TelegramUI/Components/Stories/StoryPeerListComponent/Sources/StoryPeerListItemComponent.swift index d179a7381b..25b1731eab 100644 --- a/submodules/TelegramUI/Components/Stories/StoryPeerListComponent/Sources/StoryPeerListItemComponent.swift +++ b/submodules/TelegramUI/Components/Stories/StoryPeerListComponent/Sources/StoryPeerListItemComponent.swift @@ -65,7 +65,7 @@ private func calculateMergingCircleShape(center: CGPoint, leftCenter: CGPoint?, let segmentCount = max(totalCount, 1) if isSeen { - if unseenCount == 0 { + if unseenCount < totalCount { } else { return path }