|
@@ -266,6 +266,7 @@ class ChatViewController: UITableViewController {
|
|
tableView.keyboardDismissMode = .interactive
|
|
tableView.keyboardDismissMode = .interactive
|
|
tableView.contentInsetAdjustmentBehavior = .never
|
|
tableView.contentInsetAdjustmentBehavior = .never
|
|
navigationController?.setNavigationBarHidden(false, animated: false)
|
|
navigationController?.setNavigationBarHidden(false, animated: false)
|
|
|
|
+ navigationItem.backButtonTitle = String.localized("chat")
|
|
|
|
|
|
if !dcContext.isConfigured() {
|
|
if !dcContext.isConfigured() {
|
|
// TODO: display message about nothing being configured
|
|
// TODO: display message about nothing being configured
|