mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 00:06:22 -06:00
PM-22465: Identity state is not pre-populated on edit screen (#5759)
This commit is contained in:
parent
e5a1546291
commit
2f72553454
@ -86,6 +86,7 @@ fun CipherView.toViewState(
|
||||
address2 = identity?.address2.orEmpty(),
|
||||
address3 = identity?.address3.orEmpty(),
|
||||
city = identity?.city.orEmpty(),
|
||||
state = identity?.state.orEmpty(),
|
||||
zip = identity?.postalCode.orEmpty(),
|
||||
country = identity?.country.orEmpty(),
|
||||
)
|
||||
|
||||
@ -158,6 +158,7 @@ class CipherViewExtensionsTest {
|
||||
email = "placeholde@email.com",
|
||||
phone = "555-555-5555",
|
||||
city = "Minneapolis",
|
||||
state = "MN",
|
||||
country = "USA",
|
||||
),
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user