Explorar o código

fix flickering background when entering the connectiviy view

cyberta %!s(int64=4) %!d(string=hai) anos
pai
achega
a8b5344d31
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      deltachat-ios/Controller/ConnectivityViewController.swift

+ 3 - 0
deltachat-ios/Controller/ConnectivityViewController.swift

@@ -17,6 +17,9 @@ class ConnectivityViewController: WebViewViewController {
     override func viewDidLoad() {
         super.viewDidLoad()
         self.title = String.localized("connectivity")
+        self.webView.isOpaque = false
+        self.webView.backgroundColor = .clear
+        view.backgroundColor = DcColors.defaultBackgroundColor
         loadHtml()
     }