File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,15 @@ Declare the dependencies in the module-level `build.gradle` file 🍀 [,
55- R .drawable.baseline_home_24
58+ Icons . Default . Home
5659 ), SmoothAnimationBottomBarScreens (
5760 Screens .TrendingScreen .route,
5861 stringResource(id = R .string.trending),
@@ -70,7 +73,7 @@ val currentIndex = rememberSaveable {
7073}
7174
7275Scaffold (bottomBar = {
73- SmoothAnimationBottomBar (navController,
76+ SmoothAnimationBottomBar (navController,
7477 bottomNavigationItems,
7578 initialIndex = currentIndex,
7679 bottomBarProperties = BottomBarProperties (),
You can’t perform that action at this time.
0 commit comments