浏览代码

minor cleanup

cyberta 5 年之前
父节点
当前提交
0253ec9de4
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      deltachat-ios/Controller/ChatListController.swift
  2. 1 1
      deltachat-ios/Helper/RelayHelper.swift

+ 0 - 1
deltachat-ios/Controller/ChatListController.swift

@@ -40,7 +40,6 @@ class ChatListController: UIViewController {
         super.viewWillAppear(animated)
         getChatList()
         updateTitle()
-
     }
 
     override func viewDidAppear(_ animated: Bool) {

+ 1 - 1
deltachat-ios/Helper/RelayHelper.swift

@@ -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")
         }
     }