RecyclerView
项目没有更新
我已经尝试将LiveData
更改为MutableLiveData
,但是它不起作用。
键盘显示时如何继续显示新元素
internal fun setAddressSearch(SearchAddress: List<SearchAddressResultEntity>) {
addressSearch = SearchAddress
notifyDataSetChanged()
}
我希望RecyclerView
会向我显示列表中的新元素。