소스 검색

replaced textcell by section footer

nayooti 5 년 전
부모
커밋
0e05c69c76
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      deltachat-ios/Coordinator/AppCoordinator.swift

+ 0 - 2
deltachat-ios/Coordinator/AppCoordinator.swift

@@ -168,7 +168,6 @@ extension AppCoordinator: WelcomeCoordinator {
         loginController.modalPresentationStyle = .fullScreen
         welcomeController.present(loginController, animated: true, completion: nil)
     }
-    
 
     func handleLoginSuccess() {
         DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
@@ -439,7 +438,6 @@ class NewChatCoordinator: Coordinator {
         navigationController.viewControllers.remove(at: 1)
     }
 
-
     func showContactDetail(contactId: Int) {
         let viewModel = ContactDetailViewModel(contactId: contactId, chatId: nil, context: dcContext)
         let contactDetailController = ContactDetailViewController(viewModel: viewModel)