commit | 77d73605979a19e377c97df1c82a2dfd8e3a71cd | [log] [tgz] |
---|---|---|
author | Andrii Kulian <akulian@google.com> | Mon Mar 19 21:51:53 2018 -0700 |
committer | Andrii Kulian <akulian@google.com> | Tue Mar 20 14:08:40 2018 -0700 |
tree | e94c5400ea1e8c669dff499a3a3e52ec5854dbcc | |
parent | ea9c59b469d5748ea5c68894e6aecdace4738f28 [diff] |
Use transaction for local activity relaunch To know that onPostCreate callback should be executed we should use TransactionExecutor for the entire transaction. It will fill PendingActions object during the launch and the callback will be triggered after onStart. This CL changes local activity relaunch to use Lifecycler infrastructure. Bug: 72029061 Bug: 64610483 Fixes: 73747058 Test: ActivityLifecycleTests Change-Id: I7d3fa6339fa6fe2634d0d1635f76e4d6ba03beb2