mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-09-05 04:17:55 +00:00
Avoid drawing surface background twice for comments fragment
This commit is contained in:
@@ -48,7 +48,6 @@ private fun CommentSection(
|
||||
val nestedScrollInterop = rememberNestedScrollInteropConnection()
|
||||
val state = rememberLazyListState()
|
||||
|
||||
Surface(color = MaterialTheme.colorScheme.background) {
|
||||
LazyColumnThemedScrollbar(state = state) {
|
||||
LazyColumn(
|
||||
modifier = Modifier.nestedScroll(nestedScrollInterop),
|
||||
@@ -118,7 +117,6 @@ private fun CommentSection(
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Preview(name = "Light mode", uiMode = Configuration.UI_MODE_NIGHT_NO)
|
||||
@Preview(name = "Dark mode", uiMode = Configuration.UI_MODE_NIGHT_YES)
|
||||
|
Reference in New Issue
Block a user