Android application fragments showing content only when theme (light/mode) is switched
I am working on an android application and I spent a long time implementing a NavController with my BottomNavigationView. It works properly, I can transition between the different buttons but the content is empty. It only shows when I switch light to dark mode (of my device not the app) or vice versa in order for the content to start showing.