Explorar el Código

changed background color to always white

nayooti hace 5 años
padre
commit
5856f3f4fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/Controller/HelpViewController.swift

+ 1 - 1
deltachat-ios/Controller/HelpViewController.swift

@@ -20,7 +20,7 @@ class HelpViewController: UIViewController {
     // MARK: - lifecycle
     override func viewDidLoad() {
         super.viewDidLoad()
-        view.backgroundColor = DcColors.chatBackgroundColor
+        view.backgroundColor = .white
         self.title = String.localized("menu_help")
         setupSubviews()
         loadHtmlContent { [unowned self] url in