We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8882007 commit 6470493Copy full SHA for 6470493
1 file changed
Runnect-iOS/Runnect-iOS/Presentation/Running/VC/RunningWaitingVC.swift
@@ -316,6 +316,7 @@ extension RunningWaitingVC {
316
let status = result.statusCode
317
if 200..<300 ~= status {
318
print("삭제 성공")
319
+ self.navigationController?.popViewController(animated: true)
320
}
321
if status >= 400 {
322
print("400 error")
@@ -377,7 +378,6 @@ extension RunningWaitingVC {
377
378
deleteAlertVC.rightButtonTapAction = {
379
deleteAlertVC.dismiss(animated: false)
380
self.deleteCourse()
- self.navigationController?.popViewController(animated: true)
381
382
self.present(deleteAlertVC, animated: false)
383
default:
0 commit comments