diff --git a/iOS/Settings/SettingsView.swift b/iOS/Settings/SettingsView.swift index 219a231eb..cbdfe2910 100644 --- a/iOS/Settings/SettingsView.swift +++ b/iOS/Settings/SettingsView.swift @@ -39,16 +39,24 @@ struct SettingsView : View { } } + @State private var accountAction: Int? = nil + func buildAccountsSection() -> some View { Section(header: Text("ACCOUNTS").padding(.top, 22.0)) { - ForEach(viewModel.accounts) { account in - NavigationLink(destination: SettingsDetailAccountView(viewModel: SettingsDetailAccountView.ViewModel(account))) { - Text(verbatim: account.nameForDisplay) + ForEach(0..