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

Commit cd8de461 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use .setImageURI when updating the photo Uri" into qt-dev

parents bf564f01 ac6b1a1c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -198,8 +198,7 @@ public class PhotoEditorView extends RelativeLayout implements View.OnClickListe
     * Binds a full size photo loaded from the given Uri.
     */
    public void setFullSizedPhoto(Uri photoUri) {
        EditorUiUtils.loadPhoto(ContactPhotoManager.getInstance(getContext()),
                mPhotoImageView, photoUri);
        mPhotoImageView.setImageURI(photoUri);
        mIsNonDefaultPhotoBound = true;
        updatePhotoDescription();
    }