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

Merge commit 'af2b7378af38dcc6d40a93f708b7a1c0ff0ef6bc'

* commit 'af2b7378af38dcc6d40a93f708b7a1c0ff0ef6bc':
  When manually setting the uri pass it through to the badge widget.
This commit is contained in:
Mark Wagner
2009-09-21 13:59:40 -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);
}
/**