cyberta 4 жил өмнө
parent
commit
0c63b5edca

+ 2 - 2
deltachat-ios/Chat/ChatViewController.swift

@@ -388,8 +388,8 @@ class ChatViewController: UITableViewController {
 
         backgroundObserver = nc.addObserver(self,
                                             selector: #selector(applicationDidResignActive(_:)),
-                                       name: UIApplication.willResignActiveNotification,
-                                       object: nil)
+                                            name: UIApplication.willResignActiveNotification,
+                                            object: nil)
 
         keyboardObserver = nc.addObserver(self,
                                           selector: #selector(keyboardWillShow(_:)),