Update RootOptionsController.m

This commit is contained in:
aricloverEXALT 2025-01-13 04:14:40 -06:00 committed by GitHub
parent 949d75bd29
commit 6b59abb56b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -172,11 +172,11 @@
[self presentViewController:colourOptionsController2View animated:YES completion:nil];
}
if (indexPath.row == 2) {
YTPivotBarReorder *pivotBarReorderController = [[YTPivotBarReorder alloc] init];
UINavigationController *pivotBarReorderControllerView = [[UINavigationController alloc] initWithRootViewController:pivotBarReorderController];
ReorderNotificationsBar *reorderNotificationsBarController = [[ReorderNotificationsBar alloc] init];
UINavigationController *reorderNotificationsBarControllerView = [[UINavigationController alloc] initWithRootViewController:reorderNotificationsBarController];
pivotBarReorderControllerView.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:pivotBarReorderControllerView animated:YES completion:nil];
[self presentViewController:reorderNotificationsBarControllerView animated:YES completion:nil];
}
}
if (indexPath.section == 1) {