From 6b59abb56b6b61a311efdbf1d6c6a246cd55aeea Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:14:40 -0600 Subject: [PATCH] Update RootOptionsController.m --- Sources/RootOptionsController.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Sources/RootOptionsController.m b/Sources/RootOptionsController.m index b71217b..236ac4d 100644 --- a/Sources/RootOptionsController.m +++ b/Sources/RootOptionsController.m @@ -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) {