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

Commit f445f76e authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

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

parents b67d34f1 4c656b30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,