|
|
@@ -150,7 +150,7 @@ class ContactImageUpdater {
|
|
|
|
|
|
if contactType == "Trend" && ObservableUserDefaults.shared.contactTrend.value == "Separate" {
|
|
|
// Customizing image for Trend contact when value is Separate
|
|
|
- let trendRect = CGRect(x: 0, y: yOffset, width: size.width, height: size.height - 80)
|
|
|
+ let trendRect = CGRect(x: 0, y: 46, width: size.width, height: size.height - 80)
|
|
|
extraTrend.draw(in: trendRect, withAttributes: trendAttributes)
|
|
|
} else if contactType == "Delta" && ObservableUserDefaults.shared.contactDelta.value == "Separate" {
|
|
|
// Customizing image for Delta contact when value is Separate
|