commit | 9b75f74cd796543e6e88984984f19fd0c2cf9f38 | [log] [tgz] |
---|---|---|
author | Suchi Amalapurapu <asuchitra@google.com> | Wed Mar 10 23:19:59 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Mar 10 23:19:59 2010 -0800 |
tree | 8880d2844171b4a559095785510afe42af012c26 | |
parent | 06c65cae71bbe03efbdd5ea8c1fe236646daf996 [diff] | |
parent | e23c9e1380c1489901c95d34c6974d1848120416 [diff] |
Merge "Handle notifications for apps on sd"
diff --git a/src/com/android/contacts/ContactsListActivity.java b/src/com/android/contacts/ContactsListActivity.java index c7276e0..d0b064b 100644 --- a/src/com/android/contacts/ContactsListActivity.java +++ b/src/com/android/contacts/ContactsListActivity.java
@@ -984,8 +984,8 @@ } @Override - protected void onPause() { - super.onPause(); + protected void onDestroy() { + super.onDestroy(); mPhotoLoader.stop(); }