Skip to content

Commit 5496c7d

Browse files
committed
Fixes crash when presenting unrecognized ALTServerError’s
1 parent 6dd9170 commit 5496c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Shared/Categories/NSError+ALTServerError.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ - (nullable NSString *)altserver_localizedFailureReason
145145
return failureReason;
146146
}
147147
}
148+
149+
return nil;
148150
}
149151

150152
- (nullable NSString *)altserver_localizedRecoverySuggestion

0 commit comments

Comments
 (0)