Skip to content

Commit

Permalink
get rid of you completely
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliesSurviving authored May 13, 2024
1 parent 421ff02 commit 30aa472
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Application/Dopamine/UI/DOUIManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,6 @@ - (NSArray*)enabledPackageManagers
return enabledPkgManagers;
}

- (void)JailbreakCompleteAlert
{
UIAlertController* completealert = [UIAlertController alertControllerWithTitle:DOLocalizedString(@"Test_Reboot_Title") message:DOLocalizedString(@"Test_Reboot_Message") preferredStyle:UIAlertControllerStyleAlert];
UIAlertAction* completealertAction = [UIAlertAction actionWithTitle:@"OK" style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) {}];

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

- (void)resetPackageManagers
{
[_preferenceManager removePreferenceValueForKey:@"enabledPkgManagers"];
Expand Down

0 comments on commit 30aa472

Please sign in to comment.