Loading src/com/android/contacts/RecentCallsListActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -752,12 +752,6 @@ public class RecentCallsListActivity extends ListActivity // Kill the requests thread mAdapter.stopRequestProcessing(); } @Override protected void onDestroy() { super.onDestroy(); mAdapter.stopRequestProcessing(); mAdapter.changeCursor(null); } Loading Loading
src/com/android/contacts/RecentCallsListActivity.java +0 −6 Original line number Diff line number Diff line Loading @@ -752,12 +752,6 @@ public class RecentCallsListActivity extends ListActivity // Kill the requests thread mAdapter.stopRequestProcessing(); } @Override protected void onDestroy() { super.onDestroy(); mAdapter.stopRequestProcessing(); mAdapter.changeCursor(null); } Loading