From 61247e35c839f3b5bfaec26245a9e65275823628 Mon Sep 17 00:00:00 2001 From: hsw1920 Date: Mon, 2 Dec 2024 20:30:53 +0900 Subject: [PATCH] =?UTF-8?q?fix/#170=20::=20Host=EA=B0=80=20=EB=85=B8?= =?UTF-8?q?=ED=8B=B0=EB=A5=BC=202=EB=B2=88=20=EB=B3=B4=EB=82=B4=EB=8A=94?= =?UTF-8?q?=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notification post를 두 번 보내는 코드를 하나 삭제 --- .../Source/EditPhotoRoomHostViewController.swift | 1 - 1 file changed, 1 deletion(-) 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)