소스 검색

coding

Signed-off-by: marinofaggiana <ios@nextcloud.com>
marinofaggiana 2 년 전
부모
커밋
f09d95bd80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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?) {