OSDN Git Service

Give transitioning fragment a context prior to retrieving transition
authorGeorge Mount <mount@google.com>
Mon, 30 Nov 2015 18:55:20 +0000 (10:55 -0800)
committerGeorge Mount <mount@google.com>
Mon, 30 Nov 2015 18:55:20 +0000 (10:55 -0800)
commit2b2d23aa706c2d8efb05e15f08bdc41883a4a651
treef51894c29ad3fcc2e3963f1b91f88db6bcfc040e
parent734d399382f33b5683ad9ae70e6173e3e002a347
Give transitioning fragment a context prior to retrieving transition

Bug 23688972

An incoming fragment that is going to execute a transition may
need to have a context in order to load the transition. This
CL moves the state of incoming fragments to CREATED prior to
getting their Transitions.

Change-Id: I08b8cda479f7542fb326aa4f0f62a07ccc5662b0
core/java/android/app/BackStackRecord.java