mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-06 03:50:22 +02:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue