This commit is contained in:
John Estropia
2020-08-19 08:32:18 +09:00
parent 204c4de1f6
commit d75029f54b
7 changed files with 28 additions and 16 deletions

View File

@@ -457,7 +457,7 @@ extension DataStack {
DispatchQueue.main.async {
_ = withExtendedLifetime(childProgress) { (_: Progress) -> Void in }
withExtendedLifetime(childProgress) { (_: Progress) -> Void in }
}
}
)