mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
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:
parent
0ce95ef770
commit
9e5e260efd
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ fun LobstersApp(
|
|||
isPostSaved = viewModel::isPostSaved,
|
||||
reloadPosts = viewModel::reloadPosts,
|
||||
postActions = postActions,
|
||||
modifier = Modifier.padding(bottom = paddingValues.calculateBottomPadding()),
|
||||
)
|
||||
}
|
||||
composable(Destinations.Saved.getRoute()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue