Add conversation screen title

This commit is contained in:
Shadowfacts 2020-09-21 18:24:02 -04:00
parent ea3de4cdda
commit 576e4aa90d
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ class ConversationTableViewController: EnhancedTableViewController {
override func viewDidLoad() {
super.viewDidLoad()
title = NSLocalizedString("Conversation", comment: "conversation screen title")
tableView.delegate = self
tableView.dataSource = self