From 5b82b1500720cc959d90471432b84c09d2f86388 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 24 Apr 2024 17:24:20 -0700 Subject: remove use of `pointerEvents` on iOS profile header (#3694) --- src/screens/Profile/Header/ProfileHeaderStandard.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/screens/Profile/Header/ProfileHeaderStandard.tsx') diff --git a/src/screens/Profile/Header/ProfileHeaderStandard.tsx b/src/screens/Profile/Header/ProfileHeaderStandard.tsx index 7c52bcbda..f3f2a370d 100644 --- a/src/screens/Profile/Header/ProfileHeaderStandard.tsx +++ b/src/screens/Profile/Header/ProfileHeaderStandard.tsx @@ -12,7 +12,7 @@ import {useLingui} from '@lingui/react' import {useGate} from '#/lib/statsig/statsig' import {logger} from '#/logger' -import {isWeb} from '#/platform/detection' +import {isIOS, isWeb} from '#/platform/detection' import {Shadow} from '#/state/cache/types' import {useModalControls} from '#/state/modals' import { @@ -152,10 +152,12 @@ let ProfileHeaderStandard = ({ moderation={moderation} hideBackButton={hideBackButton} isPlaceholderProfile={isPlaceholderProfile}> - + + pointerEvents={isIOS ? 'auto' : 'box-none'}> {isMe ? (