Fix colors

This commit is contained in:
Ali 2023-07-07 13:48:04 +04:00
parent ff0c84ea35
commit 9d8777443f

View File

@ -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
}