Skip to content

Commit

Permalink
#49 fix: 타이머 알람 사운드 설정 화면에서 닫기 버튼 누를시 홈 화면으로 이동하는 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghyeok-kim committed Aug 10, 2023
1 parent 373775b commit bf0d45c
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 bf0d45c

Please sign in to comment.