marinofaggiana 3 years ago
parent
commit
8a776a2869
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/NCGlobal.swift

+ 1 - 1
iOSClient/NCGlobal.swift

@@ -92,7 +92,7 @@ class NCGlobal: NSObject {
     
     // Avatar & Preview size
     //
-    let avatarSize: Int                             = 512
+    let avatarSize: Int                             = 128 * Int(UIScreen.main.scale)
     let sizePreview: Int                            = 1024
     let sizeIcon: Int                               = 512