Skip to content

Commit

Permalink
Update RootOptionsController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Jan 16, 2024
1 parent 64909d9 commit 3c6592e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controllers/RootOptionsController.m
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
UINavigationController *colourOptionsController3View = [[UINavigationController alloc] initWithRootViewController:colourOptionsController3];
colourOptionsController3View.modalPresentationStyle = UIModalPresentationFullScreen;

[self presentViewController:colourOptionsController2View animated:YES completion:nil];
[self presentViewController:colourOptionsController3View animated:YES completion:nil];
}
if (indexPath.row == 7) {
if (SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(@"15.0")) {
Expand Down

0 comments on commit 3c6592e

Please sign in to comment.