Skip to content

Commit

Permalink
[IDLE-501] Notification Center 및 FCM에서 지원자 조회 알림을 클릭했을 경우 지원자 조회 페이지가…
Browse files Browse the repository at this point in the history
… 아닌 공고 상세화면 까지 가도록 변경
  • Loading branch information
tgyuuAn committed Nov 6, 2024
1 parent 3fa71e9 commit 6e281ec
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ class NavigationHelper @Inject constructor() {
listOf(
NavigationEvent.NavigateTo(CenterHome),
NavigationEvent.NavigateTo(CenterJobDetail(jobPostingId)),
NavigationEvent.NavigateTo(CenterApplicantInquiry(jobPostingId)),
)
} else {
listOf(
NavigationEvent.NavigateTo(CenterJobDetail(jobPostingId)),
NavigationEvent.NavigateTo(CenterApplicantInquiry(jobPostingId)),
)
}

Expand Down Expand Up @@ -100,7 +98,6 @@ class NavigationHelper @Inject constructor() {
notificationContent?.let { content ->
listOf(
NavigationEvent.NavigateTo(CenterJobDetail(content.jobPostingId)),
NavigationEvent.NavigateTo(CenterApplicantInquiry(content.jobPostingId)),
)
} ?: listOf()
}
Expand Down

0 comments on commit 6e281ec

Please sign in to comment.