Marino Faggiana 8 年之前
父节点
当前提交
71f65ec418
共有 2 个文件被更改,包括 4 次插入0 次删除
  1. 2 0
      iOSClient/Main/CCMain.m
  2. 2 0
      iOSClient/Offline/CCOfflinePageContent.m

+ 2 - 0
iOSClient/Main/CCMain.m

@@ -5160,6 +5160,8 @@
     // Encrypted color
     // Encrypted color
     if (metadata.cryptated) {
     if (metadata.cryptated) {
         cell.labelTitle.textColor = COLOR_CRYPTOCLOUD;
         cell.labelTitle.textColor = COLOR_CRYPTOCLOUD;
+    } else {
+        cell.labelTitle.textColor = [UIColor blackColor];
     }
     }
     
     
     // ----------------------------------------------------------------------------------------------------------
     // ----------------------------------------------------------------------------------------------------------

+ 2 - 0
iOSClient/Offline/CCOfflinePageContent.m

@@ -627,6 +627,8 @@
     // encrypted color
     // encrypted color
     if (metadata.cryptated) {
     if (metadata.cryptated) {
         cell.labelTitle.textColor = COLOR_CRYPTOCLOUD;
         cell.labelTitle.textColor = COLOR_CRYPTOCLOUD;
+    } else {
+        cell.labelTitle.textColor = [UIColor blackColor];
     }
     }
     
     
     // File name
     // File name