I solved this.. within a line…
getFragmentManager().popBackStack();
or
getSupportFragmentManager().popBackStack()
this works when you are adding fragments and maintaining backstack (not replacing).
I solved this.. within a line…
getFragmentManager().popBackStack();
or
getSupportFragmentManager().popBackStack()
this works when you are adding fragments and maintaining backstack (not replacing).