Skip to content

Commit

Permalink
update RxCameraView.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vondear authored and Vondear committed Sep 11, 2018
1 parent 4c2875f commit 5119729
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ public void onPictureTaken(RxCameraView rxCameraView, byte[] data) {
public boolean onTouchEvent(MotionEvent event) {
if (event.getPointerCount() == 1) {
if (camera != null) {
camera.release();
handleFocusMetering(event, camera);
}
} else {
Expand Down

0 comments on commit 5119729

Please sign in to comment.