marinofaggiana 4 yıl önce
ebeveyn
işleme
ea2661b080
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0 2
      iOSClient/Shares/NCShares.m

+ 0 - 2
iOSClient/Shares/NCShares.m

@@ -299,8 +299,6 @@
         [[NCNetworking sharedInstance] readFileWithServerUrlFileName:serverUrlFileName account:appDelegate.activeAccount completion:^(NSString *account, tableMetadata *metadata, NSInteger errorCode, NSString *errorDescription) {
             
             if (errorCode == 0 && [account isEqualToString:appDelegate.activeAccount]) {
-                metadata.fileName = table.fileName;
-                metadata.fileNameView = table.fileName;
                 [[NCManageDatabase sharedInstance] addMetadata:metadata];
                 [self reloadDatasource];
             }