Procházet zdrojové kódy

Theming color

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana před 2 roky
rodič
revize
80357e4f4c
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 4 4
      iOSClient/Brand/NCBrand.swift

+ 4 - 4
iOSClient/Brand/NCBrand.swift

@@ -354,13 +354,13 @@ class NCBrandColor: NSObject {
     }
 
     override init() {
-        self.brand = self.customer
-        self.brandElement = self.customer
-        self.brandText = self.customerText
+        brand = customer
+        brandElement = customer
+        brandText = customerText
     }
 
     private func createUserColors() {
-        self.userColors = generateColors()
+        userColors = generateColors()
     }
 
     public func createImagesThemingColor() {