change keyboard enter behaviour of add contacts account number field #53

Open
flamexode wants to merge 2 commits from fix/contact-add-page-account-number-enter-behaviour into feat/hide-accounts
Showing only changes of commit 7f0f2707a1 - Show all commits
@@ -393,7 +393,7 @@ class AddContactSheetFragment : BottomSheetDialogFragment() {
// Auto-fill alias with existing alias or name // Auto-fill alias with existing alias or name
if (binding.etAlias.text.isNullOrBlank()) { if (binding.etAlias.text.isNullOrBlank()) {
binding.etAlias.setText(validation.name) binding.etAlias.setText(sh.sar.basedbank.util.bmlapi.BmlDashboardParser.toTitleCase(validation.name))
} }
binding.etCurrency.setText(validation.currency) binding.etCurrency.setText(validation.currency)