We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972b440 commit 4caff89Copy full SHA for 4caff89
SSYAlert.m
@@ -602,7 +602,7 @@ + (NSInteger)tryRecoveryAttempterForError:(NSError*)error
602
[recoveryAttempter attemptRecoveryFromError:deepestRecoverableError
603
optionIndex:recoveryOptionIndex] ;
604
}
605
- else {
+ else if (recoveryAttempter != nil) {
606
NSLog(@"Internal Error 342-5587. Given Recovery Attempter %@ does not respond to any attemptRecoveryFromError:... method", recoveryAttempter) ;
607
608
0 commit comments