Marino Faggiana hace 6 años
padre
commit
62fb09d0b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Main/NCMainCommon.swift

+ 1 - 1
iOSClient/Main/NCMainCommon.swift

@@ -724,7 +724,7 @@ class NCMainCommon: NSObject {
                     let fileNamePath = CCUtility.getDirectoryUserData() + "/" + CCUtility.getStringUser(tableAccount?.user, activeUrl: tableAccount?.url) + "-avatar.png"
                     var avatar = UIImage.init(contentsOfFile: fileNamePath)
                     if avatar != nil {
-                        let avatarImageView = CCAvatar.init(image: avatar, borderColor: UIColor.lightGray, borderWidth: 0.5)
+                        let avatarImageView = CCAvatar.init(image: avatar, borderColor: UIColor.black, borderWidth: 0.5)
                         let imageSize = avatarImageView?.bounds.size
                         UIGraphicsBeginImageContext(imageSize!)
                         let context = UIGraphicsGetCurrentContext()