Skip to content

Commit 621b86a

Browse files
SttApolloIsira-Seneviratne
authored andcommitted
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>
1 parent 45453ec commit 621b86a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/schabi/newpipe/ui/components/video/comment/CommentSection.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private fun CommentSection(
107107
)
108108
}
109109
}
110-
when (comments.loadState.refresh) {
110+
when (val refresh = comments.loadState.refresh) {
111111
is LoadState.Loading -> {
112112
item {
113113
LoadingIndicator(modifier = Modifier.padding(top = 8.dp))

0 commit comments

Comments
 (0)