Skip to content

Commit

Permalink
list items in alert
Browse files Browse the repository at this point in the history
  • Loading branch information
m1337v committed Feb 27, 2024
1 parent 0cae893 commit 2c4434a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RootHide/VarCleanController.m
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,9 @@ - (void)varClean {
}
}
}
NSString *alertMessage = [NSString stringWithFormat:@"%@\n%@", Localized(@"Are you sure you want to clean selected items?"), deletionList];
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:Localized(@"Confirmation")
message:Localized(@"Are you sure you want to clean selected items?")
message:Localized:alertMessage
preferredStyle:UIAlertControllerStyleAlert];

UIAlertAction *confirmAction = [UIAlertAction actionWithTitle:Localized(@"Confirm")
Expand Down

0 comments on commit 2c4434a

Please sign in to comment.