I\'ve got an app with nav drawer, which is switching fragments. From inside one of those fragments, I am calling a new activity. When I click back in this activity (in toolbar),
Try
getFragmentManager().popBackStackImmediate();
It worked for me.