浏览代码

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