From 68431182ef6aec523b99f23d0ef8190ca30352e7 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Tue, 26 May 2026 16:45:07 +0100 Subject: [PATCH] Improve logic to show most relevant error message in AA restricted regions (#10522) Co-authored-by: Claude Co-authored-by: Eric Bailey --- src/screens/Signup/StepInfo/index.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx index af6b01df43..832a0b7848 100644 --- a/src/screens/Signup/StepInfo/index.tsx +++ b/src/screens/Signup/StepInfo/index.tsx @@ -308,17 +308,10 @@ export function StepInfo({ - {!isOverAppMinAccessAge ? ( - - ) : ( - - )} + {IS_NATIVE && !isDeviceGeolocationGranted &&