Fixes crash when presenting unrecognized ALTServerError’s

This commit is contained in:
Riley Testut
2022-05-25 15:31:04 -07:00
parent cf6448845f
commit dc276a6393

View File

@@ -145,6 +145,8 @@ NSErrorUserInfoKey const ALTOperatingSystemVersionErrorKey = @"ALTOperatingSyste
return failureReason;
}
}
return nil;
}
- (nullable NSString *)altserver_localizedRecoverySuggestion