Skip to content

Commit

Permalink
[FEATURE]#74 : Navigator 전역 주입되도록 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Aug 4, 2024
1 parent 761c911 commit e349bcd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/src/main/kotlin/com/bff/wespot/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,7 @@ private fun MainScreen(navigator: Navigator) {
}
},
) {
AppNavigation(
navController = navController,
modifier = Modifier.padding(it),
navigator = navigator,
)
AppNavigation(navController = navController, navigator, modifier = Modifier.padding(it))
}
}

Expand Down

0 comments on commit e349bcd

Please sign in to comment.