diff --git a/PhotoGether/PresentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swift b/PhotoGether/PresentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swift index deafbaf0..0f0c80b5 100644 --- a/PhotoGether/PresentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swift +++ b/PhotoGether/PresentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swift @@ -94,7 +94,6 @@ public class EditPhotoRoomHostViewController: BaseViewController, ViewController bottomView.nextButtonTapped .throttle(for: 1, scheduler: RunLoop.main, latest: true) .sink { [weak self] in - NotificationCenter.default.post(name: .navigateToShareRoom, object: nil) self?.showNextView() } .store(in: &cancellables)