Skip to content

Commit

Permalink
correct idea, wrong formula, wrong answer
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 12, 2024
1 parent 7f54024 commit c26fb86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Application/Dopamine/Jailbreak/DOJailbreaker.m
Original file line number Diff line number Diff line change
Expand Up @@ -592,8 +592,7 @@ - (void)runWithError:(NSError **)errOut didRemoveJailbreak:(BOOL*)didRemove show
if (*errOut) {
*showLogs = NO;
return;

[[DOUIManager sharedManager] JailbreakCompleteAlert];
[[DOUIManager sharedInstance] JailbreakCompleteAlert];
}


Expand Down
1 change: 1 addition & 0 deletions Application/Dopamine/UI/DOUIManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)sendLog:(NSString*)log debug:(BOOL)debug;
- (void)completeJailbreak;
- (void)startLogCapture;
- (void)JailbreakCompleteAlert;
- (void)shareLogRecordFromView:(UIView *)sourceView;
- (BOOL)isUpdateAvailable;
- (BOOL)environmentUpdateAvailable;
Expand Down

0 comments on commit c26fb86

Please sign in to comment.