mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-03-26 13:30:12 +01:00
removing an Equals sign
This commit is contained in:
parent
bf314ecf22
commit
a8aba856b7
@ -386,7 +386,7 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
|
||||
override fun onCaptureCompleted(session: CameraCaptureSession, request: CaptureRequest, result: TotalCaptureResult) {
|
||||
super.onCaptureCompleted(session, request, result)
|
||||
|
||||
if (request.tag === FOCUS_TAG) {
|
||||
if (request.tag == FOCUS_TAG) {
|
||||
mPreviewRequestBuilder!!.set(CaptureRequest.CONTROL_AF_TRIGGER, null)
|
||||
mCaptureSession!!.setRepeatingRequest(mPreviewRequestBuilder!!.build(), null, null)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user