Ver Fonte

Notification Theming

Marino Faggiana há 8 anos atrás
pai
commit
88be53e896
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      iOSClient/Notification/CCNotification.swift

+ 1 - 1
iOSClient/Notification/CCNotification.swift

@@ -177,7 +177,7 @@ class CCNotification: UITableViewController, OCNetworkingDelegate {
             
             if image == nil {
                 
-                cell.icon.image = UIImage(named: "notification")
+                cell.icon.image = CCGraphics.changeThemingColorImage(#imageLiteral(resourceName: "notification"), color: NCBrandColor.sharedInstance.brand)
                 //downloadImage(url: urlIcon)
                 
             } else {