Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe6104fb authored by Mark Wagner's avatar Mark Wagner
Browse files

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

parent 88a83d3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -310,6 +310,7 @@ public class ContactHeaderWidget extends FrameLayout implements View.OnClickList
     */
    public void setContactUri(Uri uri) {
        mContactUri = uri;
        mPhotoView.assignContactUri(uri);
    }

    /**