Update app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt
Co-authored-by: Isira Seneviratne <31027858+Isira-Seneviratne@users.noreply.github.com>
This commit is contained in:
parent
f9222a6a68
commit
848b8868fb
@ -107,7 +107,7 @@ private fun CommentSection(
|
||||
)
|
||||
}
|
||||
}
|
||||
when (comments.loadState.refresh) {
|
||||
when (val refresh = comments.loadState.refresh) {
|
||||
is LoadState.Loading -> {
|
||||
item {
|
||||
LoadingIndicator(modifier = Modifier.padding(top = 8.dp))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user