Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewShmig committed Nov 3, 2013
1 parent edd4c61 commit 573b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Vkontakte-iOS-SDK-LV/VKConnector/VKConnector.m
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ - (BOOL)showVKModalViewForURL:(NSURLRequest *)request
NSDictionary *headers = [request allHTTPHeaderFields];
if (nil == headers[@"Accept-Encoding"] || nil == headers[@"Accept-Language"]) {

if (nil != self.delegate && [self.delegate respondsToSelector:@selector(VKConnector:applicationWasDeleted:)]) {
if ([self.delegate respondsToSelector:@selector(VKConnector:applicationWasDeleted:)]) {

NSError *error = [NSError errorWithDomain:kVKErrorDomain
code:kVKApplicationWasDeletedErrorCode
Expand Down

0 comments on commit 573b6a0

Please sign in to comment.