소스 검색

Notification Theming

Marino Faggiana 8 년 전
부모
커밋
88be53e896
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {