Преглед изворни кода

ensure the navigation bar is never hidden in ChatViewController

cyberta пре 4 година
родитељ
комит
a7334a053e
1 измењених фајлова са 1 додато и 0 уклоњено
  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