Fix edit list screen not updating after adding account

This commit is contained in:
Shadowfacts 2024-04-01 11:02:15 -04:00
parent 7ec87d7853
commit f79c2feea6
1 changed files with 1 additions and 1 deletions

View File

@ -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