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
56
59
), SmoothAnimationBottomBarScreens (
57
60
Screens .TrendingScreen .route,
58
61
stringResource(id = R .string.trending),
@@ -70,7 +73,7 @@ val currentIndex = rememberSaveable {
70
73
}
71
74
72
75
Scaffold (bottomBar = {
73
- SmoothAnimationBottomBar (navController,
76
+ SmoothAnimationBottomBar (navController,
74
77
bottomNavigationItems,
75
78
initialIndex = currentIndex,
76
79
bottomBarProperties = BottomBarProperties (),
You can’t perform that action at this time.
0 commit comments