Skip to content

Commit 0a6303b

Browse files
authored
Merge pull request #172 from boostcampwm-2024/fix/#170-next-noti-repair
[FIX/#170] ํŽธ์ง‘ํ™”๋ฉด์—์„œ ํ˜ธ์ŠคํŠธ๊ฐ€ ๋‹ค์Œํ™”๋ฉด์œผ๋กœ ์ด๋™ ์‹œ ๋…ธํ‹ฐํ”ผ์ผ€์ด์…˜์„ ๋‘ ๋ฒˆ ๋ณด๋‚ด๋Š” ๋ฌธ์ œ๋ฅผ ํ•ด๊ฒฐ
2 parents 19a66c2 + 61247e3 commit 0a6303b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

โ€ŽPhotoGether/PresentationLayer/EditPhotoRoomFeature/EditPhotoRoomFeature/Source/EditPhotoRoomHostViewController.swiftโ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ public class EditPhotoRoomHostViewController: BaseViewController, ViewController
9494
bottomView.nextButtonTapped
9595
.throttle(for: 1, scheduler: RunLoop.main, latest: true)
9696
.sink { [weak self] in
97-
NotificationCenter.default.post(name: .navigateToShareRoom, object: nil)
9897
self?.showNextView()
9998
}
10099
.store(in: &cancellables)

0 commit comments

Comments
ย (0)