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