diff --git a/src/components/CompatibilityV2/pages/Camera/iphone/index.tsx b/src/components/CompatibilityV2/pages/Camera/iphone/index.tsx index 62252fe..6bbe1fc 100644 --- a/src/components/CompatibilityV2/pages/Camera/iphone/index.tsx +++ b/src/components/CompatibilityV2/pages/Camera/iphone/index.tsx @@ -62,7 +62,7 @@ function IphoneCamera() { const handleCameraError = (error: string | DOMException) => { console.log("camera error: ", error) - if (reinitializeCameraCount < 2) { + if (reinitializeCameraCount < 2 && !String(error).includes("NotAllowedError")) { setToastVisible(EToastVisible.no_access_camera) } else { if (!isShowScanHand) {