fix double header
This commit is contained in:
@@ -180,11 +180,6 @@ function Inner({convoId}: {convoId: string}) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout.Center style={[a.flex_1]}>
|
<Layout.Center style={[a.flex_1]}>
|
||||||
{!readyToShow && (
|
|
||||||
<View style={IS_LIQUID_GLASS && {paddingTop: topInset}}>
|
|
||||||
<MessagesListHeader convo={convo} />
|
|
||||||
</View>
|
|
||||||
)}
|
|
||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
<InnerReady
|
<InnerReady
|
||||||
convo={convo}
|
convo={convo}
|
||||||
|
|||||||
Reference in New Issue
Block a user