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.
2 parents 00208fa + e0a69e8 commit d0a0b4aCopy full SHA for d0a0b4a
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