ソースを参照

fix indentation

cyberta 4 年 前
コミット
0c63b5edca
1 ファイル変更2 行追加2 行削除
  1. 2 2
      deltachat-ios/Chat/ChatViewController.swift

+ 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(_:)),