fixup lookup threading

pull/1/head
Michael Kirk 7 years ago
parent dedfea78da
commit a611625691

@ -108,7 +108,9 @@ NS_ASSUME_NONNULL_BEGIN
} }
}]; }];
success([recipients copy]); dispatch_async(dispatch_get_main_queue(), ^{
success([recipients copy]);
});
}); });
} }

Loading…
Cancel
Save