Pārlūkot izejas kodu

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 gadi atpakaļ
vecāks
revīzija
f09d95bd80
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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?) {