mirror of
https://github.com/bitwarden/android.git
synced 2026-03-11 20:54:58 -05:00
BIT-2126: Add ElementID's to Add/Edit views (Secure Note) (#1200)
This commit is contained in:
committed by
Álison Fernandes
parent
2185d3847a
commit
d9d9d6f540
@@ -43,6 +43,7 @@ fun LazyListScope.vaultAddEditSecureNotesItems(
|
||||
value = commonState.name,
|
||||
onValueChange = commonTypeHandlers.onNameTextChange,
|
||||
modifier = Modifier
|
||||
.semantics { testTag = "ItemNameEntry" }
|
||||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user