Преглед на файлове

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana преди 2 години
родител
ревизия
1590bcd822
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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)