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

Commit eede174f authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Set host when restoring a fragment" into mnc-dr-dev am: 986d4b48 am: d419d869

am: e9c75121

* commit 'e9c75121':
  Set host when restoring a fragment
parents a6358d93 e9c75121
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2221,6 +2221,7 @@ final class FragmentManagerImpl extends FragmentManager implements LayoutInflate
            // This fragment was retained from a previous instance; get it
            // going now.
            fragment.mInLayout = true;
            fragment.mHost = mHost;
            // If this fragment is newly instantiated (either right now, or
            // from last saved state), then give it the attributes to
            // initialize itself.