Skip to content

Commit

Permalink
fix(NotifInApp) : modif placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
clemPerrousset committed Feb 16, 2023
1 parent 724575d commit d081cb4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entourage/Scenes/Home/NotifInAppCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ class NotifInAppCell: UITableViewCell {
ui_date.text = date
if let imageUrl = imageUrl, let url = URL(string: imageUrl) {
ui_image.sd_setImage(with: url, placeholderImage:UIImage(named: DeepLinkManager.setImage(notificationInstanceType: instanceString)))
}else{
ui_image.image = UIImage(named: DeepLinkManager.setImage(notificationInstanceType: instanceString))
}

if !isUnread {
Expand Down

0 comments on commit d081cb4

Please sign in to comment.