android: Add bottomPadding for HottestPosts (#302)

* android: Add bottomPadding for HottestPosts

* Update android/src/main/kotlin/dev/msfjarvis/claw/android/ui/LobstersApp.kt

Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Rahul Krishna 2022-02-20 18:33:50 +05:30 committed by GitHub
parent 0ce95ef770
commit 9e5e260efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,7 @@ fun LobstersApp(
isPostSaved = viewModel::isPostSaved,
reloadPosts = viewModel::reloadPosts,
postActions = postActions,
modifier = Modifier.padding(bottom = paddingValues.calculateBottomPadding()),
)
}
composable(Destinations.Saved.getRoute()) {