From 795fe7455b77c01fe6d9274c172e3e9c9ec1464e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 24 Jun 2024 18:55:29 -0500 Subject: Clicky newsky androidy (#4627) * Clicky newsky androidy * tweak --------- Co-authored-by: Hailey --- src/screens/Profile/Header/Handle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/screens/Profile/Header/Handle.tsx b/src/screens/Profile/Header/Handle.tsx index 268b7350f..0344f1a23 100644 --- a/src/screens/Profile/Header/Handle.tsx +++ b/src/screens/Profile/Header/Handle.tsx @@ -5,7 +5,7 @@ import {Trans} from '@lingui/macro' import {Shadow} from '#/state/cache/types' import {isInvalidHandle} from 'lib/strings/handles' -import {isAndroid} from 'platform/detection' +import {isIOS} from 'platform/detection' import {atoms as a, useTheme, web} from '#/alf' import {NewskieDialog} from '#/components/NewskieDialog' import {Text} from '#/components/Typography' @@ -23,7 +23,7 @@ export function ProfileHeaderHandle({ return ( + pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}> {profile.viewer?.followedBy && !blockHide ? ( -- cgit 1.4.1