remove default avatar image, we should always specify

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent c55f7044a6
commit ea08faa550

@ -32,9 +32,6 @@ class AvatarImageView: UIImageView {
self.layer.magnificationFilter = kCAFilterTrilinear
self.layer.borderWidth = 0.5
self.layer.masksToBounds = true
if self.image == nil {
self.image = #imageLiteral(resourceName: "empty-group-avatar")
}
self.contentMode = .scaleToFill
}

Loading…
Cancel
Save