Skip to content

Commit

Permalink
i set itt out to be this way why didnt i use it
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 12, 2024
1 parent 7fb5326 commit c1893b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Application/Dopamine/Jailbreak/DOJailbreaker.m
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ - (void)runWithError:(NSError **)errOut didRemoveJailbreak:(BOOL*)didRemove show
if (*errOut) {
*showLogs = NO;
return;
[[DOUIManager sharedInstance] presentViewController:completealert animated:YES completion:nil];

[[DOUIManager sharedInstance] JailbreakCompleteAlert]
}


Expand Down
1 change: 1 addition & 0 deletions Application/Dopamine/UI/DOUIManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ - (void)JailbreakCompleteAlert
handler:^(UIAlertAction * action) {}];

[completealert addAction:completealertAction];
[self presentViewController:completealert animated:YES completion:nil];
};


Expand Down

0 comments on commit c1893b7

Please sign in to comment.