remove the error toast at Create Preview

This commit is contained in:
tibbi 2018-06-18 23:18:16 +02:00
parent 2c26981fd0
commit b351729646
1 changed files with 0 additions and 1 deletions

View File

@ -486,7 +486,6 @@ class PreviewCameraTwo : ViewGroup, TextureView.SurfaceTextureListener, MyPrevie
mCameraDevice!!.createCaptureSession(Arrays.asList(surface, mImageReader!!.surface), stateCallback, null)
}
} catch (e: Exception) {
mActivity.showErrorToast("Create preview $e")
}
}