Skip to content

Commit 6470493

Browse files
committed
[Fix] #263 - popVC 순서 변경
1 parent 8882007 commit 6470493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Runnect-iOS/Runnect-iOS/Presentation/Running/VC/RunningWaitingVC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ extension RunningWaitingVC {
316316
let status = result.statusCode
317317
if 200..<300 ~= status {
318318
print("삭제 성공")
319+
self.navigationController?.popViewController(animated: true)
319320
}
320321
if status >= 400 {
321322
print("400 error")
@@ -377,7 +378,6 @@ extension RunningWaitingVC {
377378
deleteAlertVC.rightButtonTapAction = {
378379
deleteAlertVC.dismiss(animated: false)
379380
self.deleteCourse()
380-
self.navigationController?.popViewController(animated: true)
381381
}
382382
self.present(deleteAlertVC, animated: false)
383383
default:

0 commit comments

Comments
 (0)