fix double header

This commit is contained in:
Samuel Newman
2026-05-19 19:18:01 +03:00
parent aebb52392a
commit 0b06c16257
-5
View File
@@ -180,11 +180,6 @@ function Inner({convoId}: {convoId: string}) {
return (
<Layout.Center style={[a.flex_1]}>
{!readyToShow && (
<View style={IS_LIQUID_GLASS && {paddingTop: topInset}}>
<MessagesListHeader convo={convo} />
</View>
)}
<View style={[a.flex_1]}>
<InnerReady
convo={convo}