await for blocklist
This commit is contained in:
parent
c292e92194
commit
653ae1e79a
|
@ -103,7 +103,7 @@ struct AddInstanceView: View {
|
|||
verifying = true
|
||||
}
|
||||
|
||||
blockList = Instance.getBlocklist()
|
||||
blockList = await Instance.getBlocklist()
|
||||
|
||||
withAnimation {
|
||||
verifying = false
|
||||
|
|
Loading…
Reference in New Issue