marinofaggiana 5 年之前
父节点
当前提交
1cbf526d72
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      iOSClient/Main/CCDetail.m

+ 3 - 2
iOSClient/Main/CCDetail.m

@@ -83,8 +83,6 @@
     [super viewDidLoad];
     
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(insertGeocoderLocation:) name:@"insertGeocoderLocation" object:nil];
-
-    self.imageBackground.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"logo"] multiplier:2 color:[NCBrandColor.sharedInstance.brand colorWithAlphaComponent:0.4]];
     
     [self changeTheming];
     
@@ -128,6 +126,9 @@
         self.toolbar.tintColor = NCBrandColor.sharedInstance.brandElement;
     }
     
+    // Logo
+    self.imageBackground.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"logo"] multiplier:2 color:[NCBrandColor.sharedInstance.brand colorWithAlphaComponent:0.4]];
+
     // reload image
     if ([self.metadataDetail.typeFile isEqualToString: k_metadataTypeFile_image]) {