Skip to content
Snippets Groups Projects
Commit 9dda1ba6 authored by Alexender White's avatar Alexender White
Browse files

accessibility: fix focus for account list

Change-Id: Ifb0fdd46b9cffaf4d78b65721cbef559e82da603
parent ab13a387
Branches
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ struct AccountLists: View { ...@@ -47,6 +47,7 @@ struct AccountLists: View {
Text(model.headerTitle) Text(model.headerTitle)
.fontWeight(.semibold) .fontWeight(.semibold)
.accessibilityIdentifier(SmartListAccessibilityIdentifiers.accountsListTitle) .accessibilityIdentifier(SmartListAccessibilityIdentifiers.accountsListTitle)
.accessibilityAutoFocusOnAppear()
HStack { HStack {
Spacer() // Pushes the button to the right Spacer() // Pushes the button to the right
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment