Explorar o código

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 %!s(int64=6) %!d(string=hai) anos
pai
achega
60f122c0e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
-		}
+		}	
   }
 }