mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix colors
This commit is contained in:
parent
ff0c84ea35
commit
9d8777443f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user