Ver Fonte

minor cleanup

cyberta há 5 anos atrás
pai
commit
0253ec9de4

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

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

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

@@ -7,7 +7,7 @@ class RelayHelper {
 
 
     private init() {
     private init() {
         guard RelayHelper.dcContext != nil else {
         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")
         }
         }
     }
     }