_items.value?.toMutableList() creates a new list instance, so you're not adding elements to the list in the LiveData . Even you did manage to add elements ...
確定! 回上一頁