|
@@ -108,8 +108,6 @@ static char kAFBackgroundImageRequestOperationKey;
|
|
|
} else if (responseObject) {
|
|
|
[strongSelf setImage:responseObject forState:state];
|
|
|
}
|
|
|
- } else {
|
|
|
-
|
|
|
}
|
|
|
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
|
|
|
if ([[urlRequest URL] isEqual:[operation.response URL]]) {
|
|
@@ -161,8 +159,6 @@ static char kAFBackgroundImageRequestOperationKey;
|
|
|
} else if (responseObject) {
|
|
|
[strongSelf setBackgroundImage:responseObject forState:state];
|
|
|
}
|
|
|
- } else {
|
|
|
-
|
|
|
}
|
|
|
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
|
|
|
if ([[urlRequest URL] isEqual:[operation.response URL]]) {
|