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

Commit 40c9cbad authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5472349 from cd8de461 to qt-release

Change-Id: Ic9e8c9ff3bda2b8baf03fec42ffa07b07c586f2a
parents 4d8fd40e cd8de461
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();
    }