فهرست منبع

clear comments

marinofaggiana 5 سال پیش
والد
کامیت
f551743dba
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      iOSClient/Share/CCShareOC.m

+ 1 - 1
iOSClient/Share/CCShareOC.m

@@ -297,7 +297,7 @@
             else row.title = item.shareWithDisplayName;
             
             //If the initiator or the recipient is not the current user, show the list of sharees without any options to edit it.
-            if (![item.uidOwner isEqualToString:appDelegate.activeUserID] && ![item.uidFileOwner isEqualToString:appDelegate.activeUserID]) { //displayNameFileOwner
+            if (![item.uidOwner isEqualToString:appDelegate.activeUserID] && ![item.uidFileOwner isEqualToString:appDelegate.activeUserID]) {
                 row.disabled = @YES;
             }