You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first time run app i set that id 3 which contains home fragment loaded but it doesn't show anything and it just keep showing null page and after clicking the other id and reselect the id 3 it shows the content!
What should I do?
Hi,
I was also facing the same thing. I found a workaround.
After setting
bottomNavigation.show(1, true);
We can manually set the fragment for first time. getSupportFragmentManager().beginTransaction().replace(R.id.fragment_container, new Screen1Fragment()).commit();
After that we can do
bottomNavigation.setOnClickMenuListener{..}
In the first time run app i set that id 3 which contains home fragment loaded but it doesn't show anything and it just keep showing null page and after clicking the other id and reselect the id 3 it shows the content!
What should I do?
You can see my problem video by this link
https://anonfiles.com/eb8au259y3/Screenrecorder-2022-08-26-01-35-40-512_mp4
The text was updated successfully, but these errors were encountered: