Skip to content

Commit

Permalink
[feat] mash-up-kr#111 App에 BottomBar 연결
Browse files Browse the repository at this point in the history
  • Loading branch information
JaesungLeee committed Jul 10, 2023
1 parent e35bd67 commit e9f9d25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class KeyLinkAppState(
val currentDestination: NavDestination?
@Composable get() = navController.currentBackStackEntryAsState().value?.destination

val topLevelDestinations: List<TopLevelDestination> = TopLevelDestination.values().toList()

@Composable
fun isBottomBarVisible(): Boolean {
Expand Down

0 comments on commit e9f9d25

Please sign in to comment.