mirror of
https://github.com/FossifyOrg/Camera.git
synced 2026-01-26 16:28:09 -05:00
do not show an error toast at startPreview failed
This commit is contained in:
@@ -338,8 +338,7 @@ class Preview : ViewGroup, SurfaceHolder.Callback, MediaScannerConnection.OnScan
|
||||
mActivity.toggleBottomButtons(false)
|
||||
try {
|
||||
mCamera?.startPreview()
|
||||
} catch (e: Exception) {
|
||||
mActivity.showErrorToast(e)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
mCanTakePicture = true
|
||||
focusArea(false, false)
|
||||
|
||||
Reference in New Issue
Block a user