I have a RecyclerView in my activity that's populated by a certain list. And the list (RecyclerView) is updated any time the user clicks on any item in the RecyclerView.
Sometimes the list is empty. So there's an Admob ad just above the said RecyclerView. I load the ad in `onCreate()`.
Please is there anything wrong with this hiding and unhiding?