Fix small issue

This commit is contained in:
J-Jamet
2020-08-18 17:09:51 +02:00
parent 76fcc919ef
commit 9bd6499271

View File

@@ -80,5 +80,6 @@ abstract class AnimatedItemsAdapter<Item, T: RecyclerView.ViewHolder>(val contex
fun clear() {
itemsList.clear()
notifyDataSetChanged()
}
}