Skip to content

Commit 1673f34

Browse files
committed
add the missing line
1 parent d44e589 commit 1673f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/RCTARKit.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ @interface RCTARKit () <ARSCNViewDelegate, ARSessionDelegate, UIGestureRecognize
2222
@end
2323

2424

25+
void dispatch_once_on_main_thread(dispatch_once_t *predicate,
2526
dispatch_block_t block) {
2627
if ([NSThread isMainThread]) {
2728
dispatch_once(predicate, block);

0 commit comments

Comments
 (0)