fixup lookup threading

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

@ -108,8 +108,10 @@ NS_ASSUME_NONNULL_BEGIN
} }
}]; }];
dispatch_async(dispatch_get_main_queue(), ^{
success([recipients copy]); success([recipients copy]);
}); });
});
} }
@end @end

Loading…
Cancel
Save