mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-03-20 22:59:43 +00: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:
@@ -114,9 +114,8 @@ private fun CommentSection(
|
||||
}
|
||||
}
|
||||
is LoadState.Error -> {
|
||||
val error = (comments.loadState.refresh as LoadState.Error).error
|
||||
val errorInfo = ErrorInfo(
|
||||
throwable = error,
|
||||
throwable = refresh.error,
|
||||
userAction = UserAction.REQUESTED_COMMENTS,
|
||||
request = "comments"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user