瀏覽代碼

keep blurry navigationbar background color on iOS13+ in chat list

cyberta 3 年之前
父節點
當前提交
bea048aced
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      deltachat-ios/Chat/ChatViewController.swift

+ 5 - 0
deltachat-ios/Chat/ChatViewController.swift

@@ -297,6 +297,11 @@ class ChatViewController: UITableViewController {
         tableView.keyboardDismissMode = .interactive
         tableView.contentInsetAdjustmentBehavior = .never
         navigationController?.setNavigationBarHidden(false, animated: false)
+
+        if #available(iOS 13.0, *) {
+            navigationController?.navigationBar.scrollEdgeAppearance = navigationController?.navigationBar.standardAppearance
+        }
+
         navigationItem.backButtonTitle = String.localized("chat")
         definesPresentationContext = true