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

Commit 922e46ae authored by Zhijun He's avatar Zhijun He Committed by Android Git Automerger
Browse files

am db2aacfb: am 8f4e289f: Merge "Camera2: Fix focusRange type" into klp-dev

* commit 'db2aacfb':
  Camera2: Fix focusRange type
parents aeec058e db2aacfb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -550,8 +550,8 @@ public final class CaptureResult extends CameraMetadata {
     * fixed depth of field range
     * </p>
     */
    public static final Key<Float> LENS_FOCUS_RANGE =
            new Key<Float>("android.lens.focusRange", float.class);
    public static final Key<float[]> LENS_FOCUS_RANGE =
            new Key<float[]>("android.lens.focusRange", float[].class);

    /**
     * <p>