1
0
Fork 0
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:
Stt_lens 2025-08-04 16:51:51 -04:00 committed by Su TT
parent f9222a6a68
commit 848b8868fb

View file

@ -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))