Procházet zdrojové kódy

Notification Theming

Marino Faggiana před 8 roky
rodič
revize
88be53e896
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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 {