marinofaggiana 4 years ago
parent
commit
fc88fe433c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      iOSClient/Main/Collection/NCCollectionViewCommon.swift

+ 5 - 0
iOSClient/Main/Collection/NCCollectionViewCommon.swift

@@ -1143,6 +1143,11 @@ extension NCCollectionViewCommon: UICollectionViewDelegate {
                 }
                 }
             }
             }
             
             
+            // RECENT
+            if layoutKey == k_layout_view_recent {
+                
+            }
+            
         } else {
         } else {
             
             
             if metadata.typeFile == k_metadataTypeFile_document && NCUtility.shared.isDirectEditing(account: metadata.account, contentType: metadata.contentType) != nil {
             if metadata.typeFile == k_metadataTypeFile_document && NCUtility.shared.isDirectEditing(account: metadata.account, contentType: metadata.contentType) != nil {