OSDN Git Service

Revert "Hide contact context from fast track window in the contacts view"
authorTadashi G. Takaoka <takaoka@google.com>
Tue, 29 Sep 2009 15:22:37 +0000 (08:22 -0700)
committerTadashi G. Takaoka <takaoka@google.com>
Wed, 30 Sep 2009 15:56:17 +0000 (08:56 -0700)
This reverts commit f493b768816f245ccf593953a743996e1a54055a.

Internal Bug: 2138745

src/com/android/contacts/ContactsListActivity.java

index 529f145..833e74c 100644 (file)
@@ -2222,9 +2222,6 @@ public class ContactsListActivity extends ListActivity implements
             cache.dataView = (TextView) view.findViewById(R.id.data);
             cache.presenceView = (ImageView) view.findViewById(R.id.presence);
             cache.photoView = (FasttrackBadgeWidget) view.findViewById(R.id.photo);
-            if (cache.photoView != null) {
-                cache.photoView.setExcludeMimes(new String[] {Contacts.CONTENT_ITEM_TYPE});
-            }
             cache.nonFastTrackPhotoView = (ImageView) view.findViewById(R.id.noFastTrackphoto);
             view.setTag(cache);