Explorar el Código

ensure the navigation bar is never hidden in ChatViewController

cyberta hace 4 años
padre
commit
a7334a053e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      deltachat-ios/Chat/ChatViewController.swift

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

@@ -258,6 +258,7 @@ class ChatViewController: UITableViewController {
         tableView.separatorStyle = .none
         tableView.keyboardDismissMode = .interactive
         tableView.contentInsetAdjustmentBehavior = .never
+        navigationController?.setNavigationBarHidden(false, animated: false)
 
         if !dcContext.isConfigured() {
             // TODO: display message about nothing being configured