Explorar el Código

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana hace 3 años
padre
commit
f09d95bd80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iOSClient/Color/NCColorPicker.swift

+ 1 - 1
iOSClient/Color/NCColorPicker.swift

@@ -106,7 +106,7 @@ class NCColorPicker: UIViewController {
     }
 
     @IBAction func defaultButtonAction(_ sender: UIButton) {
-        updateColor(hexColor: NCBrandColor.shared.brandElement.hexString)
+        updateColor(hexColor: nil)
     }
 
     func updateColor(hexColor: String?) {