commit | 0306bbd6d81c66706eb190ce873201fe69eae8db | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Thu Sep 03 14:37:15 2009 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Thu Sep 03 14:37:15 2009 -0700 |
tree | ebb39fdf9d3bab9faa7e74e6a65de16617b449e6 | |
parent | 99eafe7e9dc2bec101efebf525813bf64b750f72 [diff] [blame] |
Resetting URI before a contact lookup
diff --git a/src/com/android/contacts/ViewContactActivity.java b/src/com/android/contacts/ViewContactActivity.java index 0939f6c..0eafd7c 100644 --- a/src/com/android/contacts/ViewContactActivity.java +++ b/src/com/android/contacts/ViewContactActivity.java
@@ -426,6 +426,7 @@ private void startEntityQuery() { closeCursor(); + mUri = null; if (mLookupUri != null) { mLookupUri = Contacts.getLookupUri(getContentResolver(), mLookupUri); if (mLookupUri != null) {