소스 검색

Add comments

Marino Faggiana 7 년 전
부모
커밋
9e2e6eb177
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      iOSClient/Main/CCMain.m

+ 3 - 0
iOSClient/Main/CCMain.m

@@ -5246,6 +5246,7 @@
     // Aggiungiamo il Tap per le shared
     if (isShare || [shareLink length] > 0 || [shareUserAndGroup length] > 0 || isMounted) {
     
+        // Shared with you
         if (isShare) {
        
             if (metadata.directory) {
@@ -5262,6 +5263,7 @@
             [cell.shared addGestureRecognizer:tap];
         }
         
+        // Mounted with you
         if (isMounted) {
             
             if (metadata.directory) {
@@ -5278,6 +5280,7 @@
             [cell.shared addGestureRecognizer:tap];
         }
         
+        // You share
         if ([shareLink length] > 0 || [shareUserAndGroup length] > 0) {
         
             if (metadata.directory) {