Items from Array keeps disapearing in RecyclerView

前端 未结 0 1499
面向向阳花
面向向阳花 2020-12-24 06:22

I am doing an RecyclerView where will be summary of items added to cart.

I pass this object to recyclerView:

data class CartItem(
    val i_id: String,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题