commit | 2506af21275447a309f284540194866f9fcd5cb7 | [log] [tgz] |
---|---|---|
author | George Mount <mount@google.com> | Tue Apr 04 11:06:52 2017 -0700 |
committer | George Mount <mount@google.com> | Tue Apr 04 11:06:52 2017 -0700 |
tree | b347bb14ce0c4bdc30e2f3f799a7d9b542521bd9 | |
parent | 0765353c002bfdf681c982565810aa4be3499dd0 [diff] |
Fix saving target fragment when Fragment not yet created. Bug 35928527 During optimized transactions, a fragment may be removed without being created. That leaves the state of the fragment in INITIALIZING and previously, that state wasn't ever saved. This CL allows a fragment that is being removed to be brought up to the CREATED state so that it can be saved during saveAllState(). Matches Framework changes: * I649f1931745be43087ec3578e9195624e80821dc * Ie7207cc647312d38b377405bc5ec8721db757d2e Test: ran fragment tests Change-Id: Iea922369ab9bd91a7ee7a4e9e5a638e58dd97430