Skip to content

Commit

Permalink
Fix requiresMainQueueSetup.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdamien committed Jul 30, 2018
1 parent 0335d8a commit e5b72fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AzureAuth.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ - (NSDictionary *)constantsToExport {
return @{ @"bundleIdentifier": [[NSBundle mainBundle] bundleIdentifier] };
}

- (BOOL)requiresMainQueueSetup
+(BOOL)requiresMainQueueSetup
{
return NO;
}
Expand Down

0 comments on commit e5b72fc

Please sign in to comment.