Pārlūkot izejas kodu

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 gadi atpakaļ
vecāks
revīzija
1590bcd822
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      iOSClient/Share/NCShareUserCell.swift

+ 2 - 2
iOSClient/Share/NCShareUserCell.swift

@@ -182,7 +182,7 @@ class NCSearchUserDropDownCell: DropDownCell, NCCellProtocol {
         set {}
     }
     var fileAvatarImageView: UIImageView? {
-        get { return imageItem }
+        return imageItem
     }
     var fileObjectId: String? {
         get { return nil }
@@ -228,7 +228,7 @@ class NCSearchUserDropDownCell: DropDownCell, NCCellProtocol {
         get { return nil }
         set {}
     }
-    
+
     func setupCell(sharee: NCCommunicationSharee, baseUrl: NCUserBaseUrl) {
         imageItem.image = NCShareCommon.shared.getImageShareType(shareType: sharee.shareType)
         imageShareeType.image = NCShareCommon.shared.getImageShareType(shareType: sharee.shareType)