Skip to content
This repository was archived by the owner on May 26, 2019. It is now read-only.

Commit 803a9c8

Browse files
committed
Require main queue setup
1 parent ff7eccd commit 803a9c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNCallKit/RNCallKit.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,4 +484,9 @@ -(void)provider:(CXProvider *)provider performSetMutedCallAction:(CXSetMutedCall
484484
[action fulfill];
485485
}
486486

487+
+ (BOOL)requiresMainQueueSetup
488+
{
489+
return YES;
490+
}
491+
487492
@end

0 commit comments

Comments
 (0)