Skip to content

Commit

Permalink
Fix crash error
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoCCNunes committed Sep 28, 2020
1 parent a5fe724 commit dd78c11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified arlocalizerview/.idea/caches/build_file_checksums.ser
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal class AutoFitPreviewBuilder private constructor(
parent.addView(viewFinder, 0)

// Update internal texture
viewFinder.surfaceTexture = it.surfaceTexture
viewFinder.setSurfaceTexture(it.surfaceTexture)

// Apply relevant transformations
bufferRotation = it.rotationDegrees
Expand Down

0 comments on commit dd78c11

Please sign in to comment.