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

This commit is contained in:
George Mount
2016-03-01 21:41:44 +00:00
committed by Android (Google) Code Review

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,