Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Sep 30, 2017
1 parent 37f3f72 commit 499637d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ abstract class BaseListAdapter<T, VH:RecyclerView.ViewHolder>(private val maxLoa
private var lastAnimatedPosition = -1
val list = ArrayList<T>()

var actualItemCount = maxLoad
private set
private var actualItemCount = maxLoad

fun allowMoreItemsLoad() {
val prevSize = itemCount
Expand Down

0 comments on commit 499637d

Please sign in to comment.