We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c82e8b commit e0a69e8Copy full SHA for e0a69e8
1 file changed
app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt
@@ -59,7 +59,9 @@ private fun CommentSection(
59
60
LazyColumnThemedScrollbar(state = state) {
61
LazyColumn(
62
- modifier = Modifier.nestedScroll(nestedScrollInterop),
+ modifier = Modifier
63
+ .fillMaxSize()
64
+ .nestedScroll(nestedScrollInterop),
65
state = state
66
) {
67
when (uiState) {
0 commit comments