Эх сурвалжийг харах

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 жил өмнө
parent
commit
1590bcd822

+ 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)