From 0908e367bf8608f80613563e6f87c4a42087fdd9 Mon Sep 17 00:00:00 2001 From: Daniil Chemerkin Date: Thu, 10 Apr 2025 14:50:00 +0000 Subject: [PATCH] AW-429-comp-v1-ios-ab --- .../pages/Camera/android/index.tsx | 18 +++++++++--------- .../CompatibilityV2/pages/Gender/index.tsx | 4 ++-- .../CompatibilityV3/pages/Gender/index.tsx | 4 ++-- .../CompatibilityV4/pages/Gender/index.tsx | 4 ++-- .../pages/GenderPalmistry/index.tsx | 4 ++-- ...to-browser.ts => webviewToSystemBrowser.ts} | 6 ++++-- 6 files changed, 21 insertions(+), 19 deletions(-) rename src/services/hacks/{insta-to-browser.ts => webviewToSystemBrowser.ts} (68%) diff --git a/src/components/CompatibilityV2/pages/Camera/android/index.tsx b/src/components/CompatibilityV2/pages/Camera/android/index.tsx index 7b5c3b0..470dbed 100644 --- a/src/components/CompatibilityV2/pages/Camera/android/index.tsx +++ b/src/components/CompatibilityV2/pages/Camera/android/index.tsx @@ -82,18 +82,18 @@ function AndroidCamera() { } const handleRequestCameraModalAllow = () => { - if (isInstagramAndroid) { - return handleToScanHand() - } + // if (isInstagramAndroid) { + // return handleToScanHand() + // } setIsCameraModalOpen(true) setIsRequestCameraModalOpen(false) } useEffect(() => { if (!isShowCameraRequestModal) { - if (isInstagramAndroid) { - return handleToScanHand() - } + // if (isInstagramAndroid) { + // return handleToScanHand() + // } setIsCameraModalOpen(true) } }, [isShowCameraRequestModal]) @@ -317,9 +317,9 @@ function AndroidCamera() { {translate("/camera.no_access_camera")}