Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 7e4859241a
commit cdfdb80fd1

@ -620,6 +620,8 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640;
}];
}
failure:^(NSURLSessionDataTask *task, NSError *error) {
// Only clear the local avatar if we have a response. Otherwise, we
// had a network failure and probably didn't reach the service.
if (task.response != nil) {
clearLocalAvatar();
}

Loading…
Cancel
Save