commit | 1f26c7b23999e9b8e6fe86bca96d0390ef126b8d | [log] [tgz] |
---|---|---|
author | Yorke Lee <yorkelee@google.com> | Wed Sep 17 10:46:04 2014 -0700 |
committer | Yorke Lee <yorkelee@google.com> | Wed Sep 17 10:46:04 2014 -0700 |
tree | f837713ebf1767bbeab6a994a4af18f79fdfcfce | |
parent | 6b0803575d047d405caf98d92511a2974c3b2338 [diff] |
Fix activity leak in Dialer Make sure to close the contact lookup thread when ListsFragment is destroyed, just like in CallLogFragment. The thread was holding a reference to the outer adapter because it was a non-static inner class, which was causing the adapter and activity to leak. Bug: 17472228 Change-Id: Ic2d6fbded0c8c40cf99d779fe24a535d75bc802a