Explorar o código

clear comments

marinofaggiana %!s(int64=5) %!d(string=hai) anos
pai
achega
f551743dba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }