summaryrefslogtreecommitdiffstats
path: root/src/com/android/contacts/quickcontact/QuickContactActivity.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/contacts/quickcontact/QuickContactActivity.java')
-rw-r--r--src/com/android/contacts/quickcontact/QuickContactActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java
index a655329f2..9de8141c4 100644
--- a/src/com/android/contacts/quickcontact/QuickContactActivity.java
+++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -955,7 +955,7 @@ public class QuickContactActivity extends ContactsActivity implements
}
mIsUpdating = new AtomicBoolean(false);
processIntent(getIntent());
- mBlockContactHelper = new BlockContactHelper(this, new LookupProviderImpl(this));
+ mBlockContactHelper = new BlockContactHelper(this);
if (mContactData != null) {
mBlockContactHelper.setContactInfo(mContactData);
mBlockContactHelper.gatherDataInBackground();