Skip to content

Commit

Permalink
changes setLoading method to public
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunalapk committed Feb 14, 2021
1 parent 8bb8ae7 commit 12cfde5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class SmartRecyclerView<T> : SwipeRefreshLayout {
recyclerView?.addOnScrollListener(onScrollListener)
}

internal fun setLoading(isLoading: Boolean){
fun setLoading(isLoading: Boolean){
customAdapter.setLoading(isLoading)
}

Expand Down

0 comments on commit 12cfde5

Please sign in to comment.