commit | 1071cea62d42a0ca1500a58c597ae6985a07748d | [log] [tgz] |
---|---|---|
author | Garfield Tan <xutan@google.com> | Fri May 26 18:48:22 2017 -0700 |
committer | Garfield Tan <xutan@google.com> | Fri May 26 18:59:20 2017 -0700 |
tree | 834060ae8eabf9bc193054646a0e5fd76edc775b | |
parent | 743eee33e95d6d2c61d0ec50504104fb558be543 [diff] |
Remove activity leak. mState can be used across activities on configuration changes. This is because even though we put it into Bundle, the bundle never leaves the process so when we take State object, it's still the old one. Test: No more activity leak after fixing. Auto tests pass. Bug: 62147171 Change-Id: Ie805a85a56dc5b009dd0903e094fc5b8976f6b75