Robert Badamshin

Results 2 comments of Robert Badamshin

This happened to me when I firstly passed empty list to adapter, and then passed not empty list. Now my code looks: `if (items.isNotEmpty) { adapter.setItems(items) adapter.notifyDataSetChanged() } `