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

Commit a411f2a2 authored by Mark Harman's avatar Mark Harman
Browse files

Fix testFaceDetection().

parent fcd6b31b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4701,7 +4701,6 @@ public class CameraController2 extends CameraController {
		camera_settings.setSceneMode(previewBuilder); // also need to set the scene mode
    	try {
    		setRepeatingRequest();
			return false;
    	}
		catch(CameraAccessException e) {
			if( MyDebug.LOG ) {
@@ -4710,6 +4709,7 @@ public class CameraController2 extends CameraController {
				Log.e(TAG, "message: " + e.getMessage());
			}
			e.printStackTrace();
			return false;
		}
		return true;
	}