From f053a4a55fbd4db7639d7d1d4b201088b3d2445e Mon Sep 17 00:00:00 2001 From: dankito Date: Mon, 10 Aug 2020 00:53:46 +0200 Subject: [PATCH] Removed useless empty line --- ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift b/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift index 8f514dbf..be647d0d 100644 --- a/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift +++ b/ui/BankingiOSApp/BankingiOSApp/ui/views/AddAccountDialog.swift @@ -38,7 +38,6 @@ struct AddAccountDialog: View { Section { LabelledUIKitTextField(label: "Online banking login name", text: $customerId, placeholder: "Enter Online banking login name", - focusNextTextFieldOnReturnKeyPress: true, actionOnReturnKeyPress: handleReturnKeyPress) LabelledUIKitTextField(label: "Online banking login password", text: $password, placeholder: "Enter Online banking login password",