Can’t see my recyclerview item except after screen rotation
I am building android app using kotlin with firebase firestore. I discovered that anytime I fetch data to display on the homepage fragment, the data do not appear unless I rotate the screen of my device. I have tried to use the saveInstanceState but all to no avail. Please what can I do?