File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
core/navigation/src/main/java/com/idle/navigation Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments