|
@@ -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]) {
|
|
|
|