diff options
-rw-r--r-- | src/com/android/settings/dashboard/DashboardSummary.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/settings/dashboard/DashboardSummary.java b/src/com/android/settings/dashboard/DashboardSummary.java index 6cd6d7a..bd4b254 100644 --- a/src/com/android/settings/dashboard/DashboardSummary.java +++ b/src/com/android/settings/dashboard/DashboardSummary.java @@ -131,8 +131,8 @@ public class DashboardSummary extends Fragment implements OnAccountsUpdateListen } @Override - public void onStop() { - super.onStop(); + public void onDestroy() { + super.onDestroy(); if (mAccountListenerAdded) { AccountManager.get(getActivity()).removeOnAccountsUpdatedListener(this); |