@ -101,6 +101,7 @@ class RssArticlesActivity : VMBaseActivity<RssArticlesViewModel>(R.layout.activi
}
override fun loadFinally() {
refresh_recycler_view.stopLoading()
if (viewModel.hasMore) {
loadMoreView.startLoad()
} else {
@ -75,4 +75,7 @@ class RefreshRecyclerView(context: Context?, attrs: AttributeSet?) : LinearLayou
onRefreshStart?.invoke()
fun stopLoading() {
refresh_progress_bar.isAutoLoading = false