Loading src/com/android/contacts/activities/PeopleActivity.java +6 −3 Original line number Diff line number Diff line Loading @@ -472,12 +472,15 @@ public class PeopleActivity extends ContactsActivity @Override protected void onDestroy() { // mActionBarAdapter will be null here when redirecting to another activity in // configureContentView(). // Some of variables will be null if this Activity redirects Intent. // See also onCreate() or other methods called during the Activity's initialization. if (mActionBarAdapter != null) { mActionBarAdapter.setListener(null); } if (mContactListFilterController != null) { mContactListFilterController.removeListener(this); } super.onDestroy(); } Loading Loading
src/com/android/contacts/activities/PeopleActivity.java +6 −3 Original line number Diff line number Diff line Loading @@ -472,12 +472,15 @@ public class PeopleActivity extends ContactsActivity @Override protected void onDestroy() { // mActionBarAdapter will be null here when redirecting to another activity in // configureContentView(). // Some of variables will be null if this Activity redirects Intent. // See also onCreate() or other methods called during the Activity's initialization. if (mActionBarAdapter != null) { mActionBarAdapter.setListener(null); } if (mContactListFilterController != null) { mContactListFilterController.removeListener(this); } super.onDestroy(); } Loading