[fenix] For https://github.com/mozilla-mobile/fenix/issues/24849: Fix saving phone and email values to an address.

pull/600/head
mcarare 2 years ago committed by mergify[bot]
parent 721a17416e
commit 4f278be6f7

@ -53,8 +53,8 @@ class AddressEditorView(
addressLevel1 = "",
postalCode = binding.zipInput.text.toString(),
country = "",
tel = binding.phoneInput.toString(),
email = binding.emailInput.toString()
tel = binding.phoneInput.text.toString(),
email = binding.emailInput.text.toString()
)
)
}

Loading…
Cancel
Save