Pārlūkot izejas kodu

VLCCloudStorageTableViewCell: Box: Hide download on folder

Soomin Lee 5 gadi atpakaļ
vecāks
revīzija
442edfa130
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      Sources/VLCCloudStorageTableViewCell.m

+ 1 - 0
Sources/VLCCloudStorageTableViewCell.m

@@ -197,6 +197,7 @@
             self.folderTitleLabel.text = self.boxFile.name;
             self.titleLabel.hidden = self.subtitleLabel.hidden = YES;
             self.folderTitleLabel.hidden = NO;
+            self.downloadButton.hidden = YES;
         } else {
             NSString *title = self.boxFile.name;
             self.titleLabel.text = title;