if id of an updated item already exists in oldData , replace it. I came up with a simple code: Item.kt data class Item (val id: String, val text: String).
確定! 回上一頁