mirror of
https://github.com/bitwarden/android.git
synced 2026-06-04 11:46:51 -05:00
BIT-1571 Update custom field to follow the design. (#1055)
This commit is contained in:
committed by
Álison Fernandes
parent
86756a4698
commit
206d25bb48
@@ -471,7 +471,7 @@ class VaultAddEditViewModel @Inject constructor(
|
||||
}
|
||||
}
|
||||
|
||||
CustomFieldAction.DELETE -> {
|
||||
CustomFieldAction.REMOVE -> {
|
||||
updateCommonContent { commonContent ->
|
||||
commonContent.copy(
|
||||
customFieldData = commonContent.customFieldData.filter {
|
||||
|
||||
@@ -12,5 +12,5 @@ enum class CustomFieldAction(val actionText: Text) {
|
||||
EDIT(R.string.edit.asText()),
|
||||
MOVE_UP(R.string.move_up.asText()),
|
||||
MOVE_DOWN(R.string.move_down.asText()),
|
||||
DELETE(R.string.delete.asText()),
|
||||
REMOVE(R.string.remove.asText()),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user