@@ -40,7 +40,6 @@ class ChatListController: UIViewController {
super.viewWillAppear(animated)
getChatList()
updateTitle()
-
}
override func viewDidAppear(_ animated: Bool) {
@@ -7,7 +7,7 @@ class RelayHelper {
private init() {
guard RelayHelper.dcContext != nil else {
- fatalError("Error - you must call setContext before accessing RelayHelper.shared")
+ fatalError("Error - you must call RelayHelper.setup() before accessing RelayHelper.shared")