Skip to content

Commit

Permalink
fix: ios requiresMainQueueSetup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yacir committed Jan 13, 2021
1 parent bbb76af commit 5341201
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ios/NumberlyPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ @implementation NumberlyPlugin {

#pragma mark - Setup

+ (BOOL)requiresMainQueueSetup {
return YES;
}

- (dispatch_queue_t)methodQueue
{
return dispatch_get_main_queue();
Expand Down

0 comments on commit 5341201

Please sign in to comment.