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

Commit f3eb72ed authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am 8233b6eb: am aa014300: Merge "Camera2: Properly copy over user tag when...

am 8233b6eb: am aa014300: Merge "Camera2: Properly copy over user tag when cloning requests" into klp-dev

* commit '8233b6eb':
  Camera2: Properly copy over user tag when cloning requests
parents 9eacd267 8233b6eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ public final class CaptureRequest extends CameraMetadata implements Parcelable {
    private CaptureRequest(CaptureRequest source) {
        mSettings = new CameraMetadataNative(source.mSettings);
        mSurfaceSet = (HashSet<Surface>) source.mSurfaceSet.clone();
        mUserTag = source.mUserTag;
    }

    /**