Skip to content

Commit

Permalink
feat: 新增 @JvmStatic,优化java调用 #3800
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Nov 30, 2023
1 parent c4eae98 commit b57c295
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ sealed class LoadState(
}

companion object {
@JvmStatic
val Complete = NotLoading(endOfPaginationReached = true)

@JvmStatic
val Incomplete = NotLoading(endOfPaginationReached = false)
}
}
Expand Down

0 comments on commit b57c295

Please sign in to comment.