Explorar o código

changed background color to always white

nayooti %!s(int64=5) %!d(string=hai) anos
pai
achega
5856f3f4fb
Modificáronse 1 ficheiros con 1 adicións e 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