Skip to content

Commit

Permalink
Fix implicit self retaining warning (segmentio#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinlauKL authored and Sergei Shatunov committed Aug 15, 2019
1 parent 196c5e3 commit ee84028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Analytics/Classes/Integrations/SEGIntegrationsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ - (void)refreshSettings
}

self.settingsRequest = [self.httpClient settingsForWriteKey:self.configuration.writeKey completionHandler:^(BOOL success, NSDictionary *settings) {
seg_dispatch_specific_async(_serialQueue, ^{
seg_dispatch_specific_async(self -> _serialQueue, ^{
if (success) {
[self setCachedSettings:settings];
} else {
Expand Down

0 comments on commit ee84028

Please sign in to comment.