Skip to content

Commit

Permalink
[del] #230 사용하지 않는 함수 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jihyunniiii committed Aug 31, 2024
1 parent ca60cc6 commit a1e040b
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,17 +143,6 @@ class MainNavigator(
navHostController.navigationSignIn()
}

fun navigateTimeline(navOptions: NavOptions? = null) {
navHostController.navigationTimeline(
navOptions ?: navOptions {
popUpTo(navHostController.graph.findStartDestination().id) {
inclusive = true
}
launchSingleTop = true
}
)
}

fun navigateToTimelineDetail(timelineType: TimelineType, dateId: Int) {
navHostController.navigateToTimelineDetail(timelineType, dateId)
}
Expand Down

0 comments on commit a1e040b

Please sign in to comment.