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/GrowableBanner.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/GrowableBanner.tsx')
-rw-r--r-- | src/screens/Profile/Header/GrowableBanner.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Profile/Header/GrowableBanner.tsx b/src/screens/Profile/Header/GrowableBanner.tsx index e1bb8e00e..144b7cd2d 100644 --- a/src/screens/Profile/Header/GrowableBanner.tsx +++ b/src/screens/Profile/Header/GrowableBanner.tsx @@ -36,8 +36,8 @@ export function GrowableBanner({ if (!pagerContext || !isIOS) { return ( <View style={[a.w_full, a.h_full]}> - {backButton} {children} + {backButton} </View> ) } |