Merge "Clear child fragment manager after it is destroyed." into nyc-dev

am: f445f76eca

* commit 'f445f76ecafd9734e7f2ff9d5e42c3d77fdcfffd':
  Clear child fragment manager after it is destroyed.
This commit is contained in:
George Mount
2016-03-01 22:53:25 +00:00
committed by android-build-merger

View File

@@ -2509,6 +2509,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene
throw new SuperNotCalledException("Fragment " + this
+ " did not call through to super.onDestroy()");
}
mChildFragmentManager = null;
}
private static Transition loadTransition(Context context, TypedArray typedArray,