소스 검색

clear code

marinofaggiana 4 년 전
부모
커밋
40b4eb50d6
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      iOSClient/Utility/NCAvatar.swift

+ 1 - 3
iOSClient/Utility/NCAvatar.swift

@@ -62,9 +62,7 @@ import Foundation
         super.init(image: image)
         
         self.borderColor = borderColor
-        self.borderWidth = borderWidth
-        
-        layoutSubviews()
+        self.borderWidth = borderWidth        
     }
 
     override func layoutSubviews() {