Skip to content

Commit

Permalink
stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 12, 2024
1 parent 99117aa commit 432073f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Application/Dopamine/UI/DOUIManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -262,9 +262,8 @@ - (void)JailbreakCompleteAlert
UIAlertAction* completealertAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {}];

[completealert addAction:cancelAction];
}];
}
[completealert addAction:completealertAction];
};


- (void)completeJailbreak
Expand Down

0 comments on commit 432073f

Please sign in to comment.