How come that upper-left button in the toolbar (default) navigates me back properly to the previous fragment but the upper right button (my implemented button) which is called via
takes me to an empty fragment? All other fragments will also be displayed as empty... the only thing that loads properly is the toolbar. Please help me I have been scrathing my head for too long
stackoverflow 1
Joshua
07/07/2020, 11:30 AM
The problem is.. I was using GlobalScope.launch... I really don't know why this would affect this
n
Nikola Milovic
07/07/2020, 4:06 PM
Are you calling the proper functions when the fragment is created to populate the data?