Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce601aee authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android Git Automerger
Browse files

am 7489271c: am c405bae9: am 7071786e: Clear child FragmentManagers when destroying Fragments.

* commit '7489271c':
  Clear child FragmentManagers when destroying Fragments.
parents f87b2248 7489271c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1405,6 +1405,7 @@ public class Fragment implements ComponentCallbacks2, OnCreateContextMenuListene
        mRestored = false;
        mBackStackNesting = 0;
        mFragmentManager = null;
        mChildFragmentManager = null;
        mActivity = null;
        mFragmentId = 0;
        mContainerId = 0;
+1 −0
Original line number Diff line number Diff line
@@ -1026,6 +1026,7 @@ final class FragmentManagerImpl extends FragmentManager {
                                    f.mActivity = null;
                                    f.mParentFragment = null;
                                    f.mFragmentManager = null;
                                    f.mChildFragmentManager = null;
                                }
                            }
                        }