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:
@@ -310,6 +310,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
|
|||||||
*/
|
*/
|
||||||
public void setContactUri(Uri uri) {
|
public void setContactUri(Uri uri) {
|
||||||
mContactUri = uri;
|
mContactUri = uri;
|
||||||
|
mPhotoView.assignContactUri(uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user