Skip to content

Commit bdba92d

Browse files
StevenGolemmezxcpoiu
authored andcommitted
added requiresMainQueueSetup to remove Warning (#27)
1 parent 617bfa3 commit bdba92d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ios/RNVoipPushNotification/RNVoipPushNotificationManager.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,9 @@ - (void)handleRemoteNotificationReceived:(NSNotification *)notification
216216
[RCTSharedApplication() presentLocalNotificationNow:notification];
217217
}
218218

219+
+ (BOOL)requiresMainQueueSetup
220+
{
221+
return YES;
222+
}
223+
219224
@end

0 commit comments

Comments
 (0)