cyberta 6 лет назад
Родитель
Сommit
961deb556f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      deltachat-ios/AppDelegate.swift

+ 1 - 1
deltachat-ios/AppDelegate.swift

@@ -73,7 +73,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
         start()
         if !isConfigured {
             appCoordinator.presentLoginController()
-		}
+        }
         return true
     }