Update comments page UI (#305)

This commit is contained in:
Sasikanth Miriyampalli 2022-02-28 21:14:49 +05:30 committed by GitHub
parent 352769161b
commit 21ced135b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 138 additions and 32 deletions

View file

@ -165,6 +165,7 @@ fun LobstersApp(
postId = postId,
getDetails = viewModel::getPostComments,
modifier = Modifier.navigationBarsPadding(),
postActions = postActions
)
}
}