mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
BIT-2126: Add ElementID's to Add/Edit views (Secure Note) (#1200)
This commit is contained in:
parent
2185d3847a
commit
d9d9d6f540
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ fun LazyListScope.vaultAddEditSecureNotesItems(
|
|||
value = commonState.name,
|
||||
onValueChange = commonTypeHandlers.onNameTextChange,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "ItemNameEntry" }
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue