Skip to content

Commit 6e281ec

Browse files
committed
[IDLE-501] Notification Center 및 FCM에서 지원자 조회 알림을 클릭했을 경우 지원자 조회 페이지가 아닌 공고 상세화면 까지 가도록 변경
1 parent 3fa71e9 commit 6e281ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/navigation/src/main/java/com/idle/navigation/NavigationHelper.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@ class NavigationHelper @Inject constructor() {
5353
listOf(
5454
NavigationEvent.NavigateTo(CenterHome),
5555
NavigationEvent.NavigateTo(CenterJobDetail(jobPostingId)),
56-
NavigationEvent.NavigateTo(CenterApplicantInquiry(jobPostingId)),
5756
)
5857
} else {
5958
listOf(
6059
NavigationEvent.NavigateTo(CenterJobDetail(jobPostingId)),
61-
NavigationEvent.NavigateTo(CenterApplicantInquiry(jobPostingId)),
6260
)
6361
}
6462

@@ -100,7 +98,6 @@ class NavigationHelper @Inject constructor() {
10098
notificationContent?.let { content ->
10199
listOf(
102100
NavigationEvent.NavigateTo(CenterJobDetail(content.jobPostingId)),
103-
NavigationEvent.NavigateTo(CenterApplicantInquiry(content.jobPostingId)),
104101
)
105102
} ?: listOf()
106103
}

0 commit comments

Comments
 (0)