Revert "Hide contact context from fast track window in the contacts view"
This reverts commit f493b768816f245ccf593953a743996e1a54055a.
Internal Bug: 2138745
diff --git a/src/com/android/contacts/ContactsListActivity.java b/src/com/android/contacts/ContactsListActivity.java
index 529f145..833e74c 100644
--- a/src/com/android/contacts/ContactsListActivity.java
+++ b/src/com/android/contacts/ContactsListActivity.java
@@ -2222,9 +2222,6 @@
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);