commit | 3905a672f2a73bc8a55b4df0bb5b7a830f19acdf | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Mon Aug 03 07:45:46 2009 -0700 |
committer | Jean-Baptiste Queru <jbq@google.com> | Mon Aug 03 07:45:46 2009 -0700 |
tree | b793337ff2dbab63164a5c26a5ea80660b3b11a9 | |
parent | 34046e5ca8e00cfa1664abfa63cf9921ad7173f7 [diff] | |
parent | 2dfe98abcf9810e6d140e1e699fabc3b6e42a88a [diff] |
merge from donut
diff --git a/src/com/android/contacts/RecentCallsListActivity.java b/src/com/android/contacts/RecentCallsListActivity.java index 2436e0b..6abaf23 100644 --- a/src/com/android/contacts/RecentCallsListActivity.java +++ b/src/com/android/contacts/RecentCallsListActivity.java
@@ -336,7 +336,7 @@ phonesCursor.close(); } } - if (info != null && info != ContactInfo.EMPTY) { + if (info != null) { updateCallLog(ciq, info); } }