commit | 451d20e53efcf0808136855fa44589f4c0e89993 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Thu Aug 13 20:42:46 2009 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Thu Aug 13 20:42:46 2009 -0700 |
tree | 0b5c872cfcf7613ac4cf8df814e3cea518728100 | |
parent | 5f4af705cef8c914d5875983900e5cf5a5524b68 [diff] |
Remove reference to missing bindStatic() method.
diff --git a/src/com/android/contacts/ui/EditContactActivity.java b/src/com/android/contacts/ui/EditContactActivity.java index ad2c9ed..0241ffb 100644 --- a/src/com/android/contacts/ui/EditContactActivity.java +++ b/src/com/android/contacts/ui/EditContactActivity.java
@@ -504,7 +504,6 @@ // TODO: include last social snippet after update final String displayName = structuredName.getAsString(StructuredName.DISPLAY_NAME); - mHeader.bindStatic(displayName, null); } };