Skip to content

Commit

Permalink
Merge pull request #50 from sanghyeok-kim/feature/#49-timer-alarm-sel…
Browse files Browse the repository at this point in the history
…ect-close-bug-fix

타이머 알람 사운드 설정 화면에서 닫기 버튼 누를시 홈 화면으로 이동하는 문제 해결
  • Loading branch information
sanghyeok-kim authored Aug 10, 2023
2 parents 373775b + bf0d45c commit 068bb67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ final class DefaultHomeCoordinator: HomeCoordinator {
case .finishTimerEditScene:
navigationController.popViewController(animated: true)
case .finishRingtoneSelectScene:
navigationController.dismiss(animated: true)
navigationController.visibleViewController?.dismiss(animated: true)
}
}
}
Expand Down

0 comments on commit 068bb67

Please sign in to comment.