Skip to content

Commit

Permalink
修改demo错误
Browse files Browse the repository at this point in the history
  • Loading branch information
manondidi committed Sep 2, 2022
1 parent 48fc6bc commit 87d18e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ class FeedArticleActivity : BasePagingActivity<FeedArticleContract.IPresenter>()
}




}
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@ abstract class BasePagingActivity<T : IBasePagingPrensenter> : BaseActivity<T>()
multiAdapter.items = datasource
multiAdapter.notifyDataSetChanged()
}
override fun notifyDataChange() {
multiAdapter.notifyDataSetChanged()
}

}

0 comments on commit 87d18e5

Please sign in to comment.