Explorar o código

Notification Theming

Marino Faggiana %!s(int64=8) %!d(string=hai) anos
pai
achega
88be53e896
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {