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 5119729 commit 21eac2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RxCamera/src/main/java/com/vondear/camera/RxCameraView.java
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,8 @@ public void onPictureTaken(RxCameraView rxCameraView, byte[] data) {
public boolean onTouchEvent(MotionEvent event) {
if (event.getPointerCount() == 1) {
if (camera != null) {
camera.release();
handleFocusMetering(event, camera);
/*camera.startPreview();
handleFocusMetering(event, camera);*/
}
} else {
switch (event.getAction() & MotionEvent.ACTION_MASK) {
Expand Down

0 comments on commit 21eac2f

Please sign in to comment.