From 9dda1ba657d46643037c83be4a1b9f869f7d4f0d Mon Sep 17 00:00:00 2001
From: Alexender White <joshtech147@gmail.com>
Date: Mon, 10 Feb 2025 12:10:27 -0500
Subject: [PATCH] accessibility: fix focus for account list

Change-Id: Ifb0fdd46b9cffaf4d78b65721cbef559e82da603
---
 .../Conversations/SmartList/SwiftUI/Views/AccountLists.swift     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Ring/Ring/Features/Conversations/SmartList/SwiftUI/Views/AccountLists.swift b/Ring/Ring/Features/Conversations/SmartList/SwiftUI/Views/AccountLists.swift
index 7ed2218fc..6d63f7ac8 100644
--- a/Ring/Ring/Features/Conversations/SmartList/SwiftUI/Views/AccountLists.swift
+++ b/Ring/Ring/Features/Conversations/SmartList/SwiftUI/Views/AccountLists.swift
@@ -47,6 +47,7 @@ struct AccountLists: View {
                 Text(model.headerTitle)
                     .fontWeight(.semibold)
                     .accessibilityIdentifier(SmartListAccessibilityIdentifiers.accountsListTitle)
+                    .accessibilityAutoFocusOnAppear()
 
                 HStack {
                     Spacer() // Pushes the button to the right
-- 
GitLab