mirror of
https://github.com/bitwarden/android.git
synced 2025-12-11 04:39:19 -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(),
|
address2 = identity?.address2.orEmpty(),
|
||||||
address3 = identity?.address3.orEmpty(),
|
address3 = identity?.address3.orEmpty(),
|
||||||
city = identity?.city.orEmpty(),
|
city = identity?.city.orEmpty(),
|
||||||
|
state = identity?.state.orEmpty(),
|
||||||
zip = identity?.postalCode.orEmpty(),
|
zip = identity?.postalCode.orEmpty(),
|
||||||
country = identity?.country.orEmpty(),
|
country = identity?.country.orEmpty(),
|
||||||
)
|
)
|
||||||
|
|||||||
@ -158,6 +158,7 @@ class CipherViewExtensionsTest {
|
|||||||
email = "placeholde@email.com",
|
email = "placeholde@email.com",
|
||||||
phone = "555-555-5555",
|
phone = "555-555-5555",
|
||||||
city = "Minneapolis",
|
city = "Minneapolis",
|
||||||
|
state = "MN",
|
||||||
country = "USA",
|
country = "USA",
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user