Skip to content

Commit 6959912

Browse files
committed
Fix requireMainQueue warning
1 parent 9992095 commit 6959912

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNCallKeep/RNCallKeep.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,11 @@ + (BOOL)application:(UIApplication *)application
387387
return NO;
388388
}
389389

390+
+ (BOOL)requiresMainQueueSetup
391+
{
392+
return YES;
393+
}
394+
390395
- (void)handleStartCallNotification:(NSNotification *)notification
391396
{
392397
#ifdef DEBUG

0 commit comments

Comments
 (0)