Shrinivasa Manjithaya

Results 1 comments of Shrinivasa Manjithaya

> my case I tried > > ``` > override fun submitList(list: List?) { > if (!firstCommit) { > super.submitList(list) { > notifyDataSetChanged() > } > firstCommit = true >...