commit | 5b3f5ed7d9ffa02c2255a68e6a4be969f0116104 | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed Jul 30 15:36:49 2014 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Wed Jul 30 15:36:49 2014 -0700 |
tree | 0c79b5fd839d3a446be8443229c209b863cb97ff | |
parent | 75dec7e7bf2814c19dddabf5950aa185363c2afc [diff] |
Fix activity leaks in InCallUI We were holding a reference to anonymous inner classes in CallCardPresenter in an static instance of ContactInfoCache, which was causing activity leaks. Refactor ContactInfoCacheCallback into a static inner class so that this fixes the problem. Bug: 16657866 Change-Id: I4da5cecd556f80fafd27f919b0aaa7f00b2a96f5