forked from shadowfacts/Tusker
Fix edit list screen not updating after adding account
This commit is contained in:
parent
7ec87d7853
commit
f79c2feea6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue