OSDN Git Service

Less lazy child FragmentManager creation
authorAdam Powell <adamp@google.com>
Wed, 11 May 2016 20:45:33 +0000 (13:45 -0700)
committerAdam Powell <adamp@google.com>
Wed, 11 May 2016 20:45:33 +0000 (13:45 -0700)
commit467cc6f0e1703a961e76f763aef70185c6019405
tree0dd1c41a6c7457d9b8a0dc32bd403fb39458db68
parent8b3cb1b2ffa3154743e0228658b295ddd212bc68
Less lazy child FragmentManager creation

Framework edition

Fix a bug where child FragmentManagers moving too lazily into the
CREATED state and beyond caused child fragments to not be
attached/created when expected.

Bug 25019275

Change-Id: I04ff0d3bcb693178a6ee3057da591392defdbcf8
core/java/android/app/Fragment.java
core/java/android/app/FragmentManager.java