diff options
author | gpp-0 <52042597+gpp-0@users.noreply.github.com> | 2024-10-14 19:21:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 11:21:05 -0500 |
commit | 240535fd8bac133fea312452af5397b69c623dd8 (patch) | |
tree | 63621692b8b1ca80eee3ebf83ef9441bbf924ee4 /src/screens/Profile/Header/Shell.tsx | |
parent | 0b4dc64c63e7fecb82d2be6fe4cd9267c55ee444 (diff) | |
download | voidsky-240535fd8bac133fea312452af5397b69c623dd8.tar.zst |
Move the back-button in front of banner (#5748)
Diffstat (limited to 'src/screens/Profile/Header/Shell.tsx')
-rw-r--r-- | src/screens/Profile/Header/Shell.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/Shell.tsx b/src/screens/Profile/Header/Shell.tsx index f7011fd35..4e34c87ef 100644 --- a/src/screens/Profile/Header/Shell.tsx +++ b/src/screens/Profile/Header/Shell.tsx @@ -66,7 +66,7 @@ let ProfileHeaderShell = ({ return ( <View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}> <View - pointerEvents={isIOS ? 'auto' : 'none'} + pointerEvents={isIOS ? 'auto' : 'box-none'} style={[a.relative, {height: 150}]}> <GrowableBanner backButton={ |