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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user