You are on page 1of 1

When a fragment is invoked from two different controllers, the fragment can determine which

controller it was invoked from by accessing the getFragmentManager() or


getChildFragmentManager() methods and then calling getBackStackEntryAt() or
findFragmentByTag() method.

You might also like