An ATproto social media client -- with an independent Appview.

Clicky newsky androidy (#4627)

* Clicky newsky androidy

* tweak

---------

Co-authored-by: Hailey <me@haileyok.com>

authored by

Eric Bailey
Hailey
and committed by
GitHub
795fe745 dc9e51dc

+2 -2
+2 -2
src/screens/Profile/Header/Handle.tsx
··· 5 5 6 6 import {Shadow} from '#/state/cache/types' 7 7 import {isInvalidHandle} from 'lib/strings/handles' 8 - import {isAndroid} from 'platform/detection' 8 + import {isIOS} from 'platform/detection' 9 9 import {atoms as a, useTheme, web} from '#/alf' 10 10 import {NewskieDialog} from '#/components/NewskieDialog' 11 11 import {Text} from '#/components/Typography' ··· 23 23 return ( 24 24 <View 25 25 style={[a.flex_row, a.gap_xs, a.align_center]} 26 - pointerEvents={disableTaps ? 'none' : isAndroid ? 'box-only' : 'auto'}> 26 + pointerEvents={disableTaps ? 'none' : isIOS ? 'auto' : 'box-none'}> 27 27 <NewskieDialog profile={profile} disabled={disableTaps} /> 28 28 {profile.viewer?.followedBy && !blockHide ? ( 29 29 <View style={[t.atoms.bg_contrast_25, a.rounded_xs, a.px_sm, a.py_xs]}>