소스 검색

removed restore option from settings controller - removed close button from accont setup - when opening account setup from settings, account setup will be nav-pushed (not presented)

Bastian van de Wetering 6 년 전
부모
커밋
60f122c0e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/TopViews/SettingsController.swift

+ 1 - 1
deltachat-ios/TopViews/SettingsController.swift

@@ -280,6 +280,6 @@ internal final class SettingsViewController: QuickTableViewController {
   private func presentAccountSetup(_: Row) {
 		if let nav = self.navigationController {
 			nav.pushViewController(AccountSetupController(), animated: true)
-		}
+		}	
   }
 }