Move the back-button in front of banner (#5748)
This commit is contained in:
@@ -36,8 +36,8 @@ export function GrowableBanner({
|
|||||||
if (!pagerContext || !isIOS) {
|
if (!pagerContext || !isIOS) {
|
||||||
return (
|
return (
|
||||||
<View style={[a.w_full, a.h_full]}>
|
<View style={[a.w_full, a.h_full]}>
|
||||||
{backButton}
|
|
||||||
{children}
|
{children}
|
||||||
|
{backButton}
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ let ProfileHeaderShell = ({
|
|||||||
return (
|
return (
|
||||||
<View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
<View style={t.atoms.bg} pointerEvents={isIOS ? 'auto' : 'box-none'}>
|
||||||
<View
|
<View
|
||||||
pointerEvents={isIOS ? 'auto' : 'none'}
|
pointerEvents={isIOS ? 'auto' : 'box-none'}
|
||||||
style={[a.relative, {height: 150}]}>
|
style={[a.relative, {height: 150}]}>
|
||||||
<GrowableBanner
|
<GrowableBanner
|
||||||
backButton={
|
backButton={
|
||||||
|
|||||||
Reference in New Issue
Block a user