Merge remote-tracking branch 'origin/feature-games_collection' into feature-games_collection
This commit is contained in:
@ -47,6 +47,7 @@ class MyGameCollectionAdapter(
|
||||
&& oldItem?.intro == newItem?.intro
|
||||
&& oldItem?.cover == newItem?.cover
|
||||
&& oldItem?.display == newItem?.display
|
||||
&& oldItem?.status == newItem?.status
|
||||
}
|
||||
|
||||
override fun onBindViewHolder(holder: RecyclerView.ViewHolder, position: Int) {
|
||||
|
||||
@ -406,6 +406,11 @@ class GameCollectionEditActivity : ToolBarActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun onDestroy() {
|
||||
super.onDestroy()
|
||||
mChooseGamesViewModel.chooseGamesLiveData.postValue(arrayListOf())
|
||||
}
|
||||
|
||||
|
||||
companion object {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user