Skip to content

Commit

Permalink
Update ContactImageUpdater.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebash authored Jan 21, 2025
1 parent cd3de03 commit 4ab16cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopFollow/Contact/ContactImageUpdater.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class ContactImageUpdater {
// Customizing image for Delta contact when value is Separate
let deltaRect = CGRect(x: 0, y: 46, width: size.width, height: size.height - 80)
extraDelta.draw(in: deltaRect, withAttributes: extraAttributes)
} else {
} else if contactType == "BG" {
// Customizing image for BG contact
let bgRect = extra.isEmpty
? CGRect(x: 0, y: 46, width: size.width, height: size.height - 80)
Expand Down

0 comments on commit 4ab16cb

Please sign in to comment.