Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f493b768 authored by Neel Parekh's avatar Neel Parekh
Browse files

Hide contact context from fast track window in the contacts view

parent fdac311e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2248,6 +2248,7 @@ public final 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);
            cache.photoView.setExcludeMimes(new String[] {Contacts.CONTENT_ITEM_TYPE});
            cache.nonFastTrackPhotoView = (ImageView) view.findViewById(R.id.noFastTrackphoto);
            view.setTag(cache);