From 9804e1ee1e0404fdf5515043c38b47ff2b53f8d1 Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 24 Jun 2024 16:44:01 -0700 Subject: [PATCH] tweak --- src/screens/Profile/Header/Handle.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Profile/Header/Handle.tsx b/src/screens/Profile/Header/Handle.tsx index 82c7fe795e..0344f1a234 100644 --- a/src/screens/Profile/Header/Handle.tsx +++ b/src/screens/Profile/Header/Handle.tsx @@ -5,6 +5,7 @@ import {Trans} from '@lingui/macro' import {Shadow} from '#/state/cache/types' import {isInvalidHandle} from 'lib/strings/handles' +import {isIOS} from 'platform/detection' import {atoms as a, useTheme, web} from '#/alf' import {NewskieDialog} from '#/components/NewskieDialog' import {Text} from '#/components/Typography' @@ -22,7 +23,7 @@ export function ProfileHeaderHandle({ return ( + pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}> {profile.viewer?.followedBy && !blockHide ? (