Pārlūkot izejas kodu

keep blurry navigationbar background color on iOS13+ in chat list

cyberta 3 gadi atpakaļ
vecāks
revīzija
bea048aced
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  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