Move the back-button in front of banner (#5748)

This commit is contained in:
gpp-0
2024-10-14 19:21:05 +03:00
committed by GitHub
parent 0b4dc64c63
commit 240535fd8b
2 changed files with 2 additions and 2 deletions
@@ -36,8 +36,8 @@ export function GrowableBanner({
if (!pagerContext || !isIOS) {
return (
<View style={[a.w_full, a.h_full]}>
{backButton}
{children}
{backButton}
</View>
)
}
+1 -1
View File
@@ -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={