diff options
author | Andrii Kulian <akulian@google.com> | 2018-01-26 15:36:06 -0800 |
---|---|---|
committer | Andrii Kulian <akulian@google.com> | 2018-01-29 10:51:48 -0800 |
commit | 8ae795739070c4ebbde840d25845f3ddde2a606a (patch) | |
tree | da7f6603e3fc3f441f9d3a516c58313aada3a8fe /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | 877553e360462c739a600f426263794a11838022 (diff) |
Always execute onStop and onSaveInstanceState together
Because onStop is guaranteed to be called when activity goes away
and onSaveInstanceState is always called before onStop (starting
with Honeycomb), we can execute these two callbacks together.
This CL consolidates all call points to stop the activity and
moves them to callActivityOnStop, which will also take care of
saving instance state.
Bug: 68325009
Bug: 68763258
Test: Manual
Change-Id: I1062c6be28581a7de7961babd55664640aaae359
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions