Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MajorFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Fix versions
Pull Request URL
Created June 25, 2015 at 4:06 PM
Updated June 30, 2015 at 3:07 PM
Resolved June 30, 2015 at 3:07 PM
If a grandchild query is dependent on a parent at initialziation time (onCreate), then it will crash if the parent activity is not already initialized.
When the child graph in a slave is initialized (on demand), it requests the initialization info. from the master and serializes it to the slave.
The grandchild graph may be dependent on a parent activity in higher child graph, which is not necessarily initialized.
Need to ensure when the child graph that is being initialized and is dependent on a parents activity that it too is initialized.