NotifyItemRemoved() not working properly. Deleting wrong element
I have a list of 8 countries and i want that when the arrow image of the first country is clicked then the second country name (china) should be deleted from the list. but instead 3rd country gets deleted. My country adapter code is given below