From 830a82a2a56462f79687cea98cb11b4ebeafdf43 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 24 Jun 2024 18:30:41 -0500 Subject: [PATCH] Clicky newsky androidy --- src/screens/Profile/Header/Handle.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/Profile/Header/Handle.tsx b/src/screens/Profile/Header/Handle.tsx index 268b7350f8..82c7fe795e 100644 --- a/src/screens/Profile/Header/Handle.tsx +++ b/src/screens/Profile/Header/Handle.tsx @@ -5,7 +5,6 @@ import {Trans} from '@lingui/macro' import {Shadow} from '#/state/cache/types' import {isInvalidHandle} from 'lib/strings/handles' -import {isAndroid} from 'platform/detection' import {atoms as a, useTheme, web} from '#/alf' import {NewskieDialog} from '#/components/NewskieDialog' import {Text} from '#/components/Typography' @@ -23,7 +22,7 @@ export function ProfileHeaderHandle({ return ( + pointerEvents={disableTaps ? 'none' : 'auto'}> {profile.viewer?.followedBy && !blockHide ? (