TextView won't display after removing all recyclerview items
问题 I've implemented two RecyclerView adapters, one is RecyclerViewAdapter and the other one is EmptyRecyclerViewAdapter. What I'm trying to do is to display the text Empty Text Here! whenever all the items are removed. Image 2 is working if there are no items yet in the list and it will display the text Empty Text Here! which is shown on Image 2 below however, If there are already items on the list and If i will remove all of the items in the list, Image 1 will be the result which displays