Marino 8 лет назад
Родитель
Сommit
be58fa8d14
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      Share Ext/CCloadItemData.swift

+ 3 - 0
Share Ext/CCloadItemData.swift

@@ -98,14 +98,17 @@ class CCloadItemData: NSObject {
                                                 
                                                 
                                                 if let _attr = attr {
                                                 if let _attr = attr {
                                                     if _attr.fileSize() > 0 {
                                                     if _attr.fileSize() > 0 {
+                                                        
                                                         filesName.append(fileName)
                                                         filesName.append(fileName)
                                                     }
                                                     }
                                                 }
                                                 }
                                                 
                                                 
                                             } catch let error as NSError {
                                             } catch let error as NSError {
+                                                
                                                 print("Error: \(error.localizedDescription)")
                                                 print("Error: \(error.localizedDescription)")
                                             }                                            
                                             }                                            
                                         } catch let error as NSError {
                                         } catch let error as NSError {
+                                            
                                             print("Cannot copy file: \(error.localizedDescription)")
                                             print("Cannot copy file: \(error.localizedDescription)")
                                         }
                                         }
                                     }
                                     }