Skip to content

Commit 954a1a0

Browse files
authored
Reverting trend back to fixed location
1 parent e18bf14 commit 954a1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LoopFollow/Contact/ContactImageUpdater.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class ContactImageUpdater {
150150

151151
if contactType == "Trend" && ObservableUserDefaults.shared.contactTrend.value == "Separate" {
152152
// Customizing image for Trend contact when value is Separate
153-
let trendRect = CGRect(x: 0, y: yOffset, width: size.width, height: size.height - 80)
153+
let trendRect = CGRect(x: 0, y: 46, width: size.width, height: size.height - 80)
154154
extraTrend.draw(in: trendRect, withAttributes: trendAttributes)
155155
} else if contactType == "Delta" && ObservableUserDefaults.shared.contactDelta.value == "Separate" {
156156
// Customizing image for Delta contact when value is Separate

0 commit comments

Comments
 (0)