am fe6104fb: When manually setting the uri pass it through to the badge widget.

Merge commit 'fe6104fbfbba0434e78f9e21f460c71cddfe8449' into eclair-plus-aosp

* commit 'fe6104fbfbba0434e78f9e21f460c71cddfe8449':
  When manually setting the uri pass it through to the badge widget.
This commit is contained in:
Mark Wagner
2009-09-21 13:53:37 -07:00
committed by Android Git Automerger

View File

@@ -310,6 +310,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
*/
public void setContactUri(Uri uri) {
mContactUri = uri;
mPhotoView.assignContactUri(uri);
}
/**