commit | 1c25fc531f8d14d1eb04a1211ecf66410f6a9ac7 | [log] [tgz] |
---|---|---|
author | Mark Renouf <mrenouf@google.com> | Mon Sep 09 13:13:43 2019 -0400 |
committer | Mark Renouf <mrenouf@google.com> | Tue Sep 10 14:08:36 2019 -0400 |
tree | 79bbdc9501ba2a5fa138a21096c7b525fe51d7b2 | |
parent | c7bc6811eef53ad27a6abb0332c7b34b08062ca6 [diff] |
Removes strong ref to Activity from RequestFinishCallback This change eliminates the strong reference from RequestFinishCallback to Activity. Bug: 139782368 Test: Open then finish an activity within an ongoing app process Observe the Activity instance is no longer strongly reachable in the app process after onDestroy() completes. Change-Id: I13e9707e96721a2d491629147337aaedc3473651