Browse Source

clear code

marinofaggiana 4 years ago
parent
commit
40b4eb50d6
1 changed files with 1 additions and 3 deletions
  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() {