From f79c2feea6eb9102754ef9d812bd4cd2cfa005af Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 1 Apr 2024 11:02:15 -0400 Subject: [PATCH] Fix edit list screen not updating after adding account --- Tusker/Screens/Lists/EditListAccountsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tusker/Screens/Lists/EditListAccountsViewController.swift b/Tusker/Screens/Lists/EditListAccountsViewController.swift index 7ce03554..1760f4ca 100644 --- a/Tusker/Screens/Lists/EditListAccountsViewController.swift +++ b/Tusker/Screens/Lists/EditListAccountsViewController.swift @@ -186,7 +186,7 @@ class EditListAccountsViewController: UIViewController, CollectionViewController @MainActor private func loadAccounts() async { - guard state == .unloaded else { return } + guard state == .unloaded || state == .loaded else { return } state = .loading