Skip to content

Commit

Permalink
Added bottom padding.
Browse files Browse the repository at this point in the history
  • Loading branch information
nahwneeth committed Jun 15, 2023
1 parent 7c7e2ea commit faba61b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fun HomeActivity(
AnimatedNavHost(
navController = bottomNavController,
startDestination = bottomNavDefaultRoute(),
modifier = Modifier.padding(),
modifier = Modifier.padding(bottom = padding.calculateBottomPadding()),
enterTransition = { noEnterTransition },
popExitTransition = { noPopExitTransition },
) {
Expand Down

0 comments on commit faba61b

Please sign in to comment.